Angelegt "Elektronische Abrechnung"
This commit is contained in:
parent
e047c4d2df
commit
07171c38d6
9 changed files with 209 additions and 7 deletions
|
|
@ -20,6 +20,9 @@ h1, h2, h3, h4, h5, h6 {
|
|||
font-weight:normal;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
h1, h2 {
|
||||
font-weight:bold;
|
||||
}
|
||||
h3 {
|
||||
font-weight:500;
|
||||
}
|
||||
|
|
@ -43,6 +46,9 @@ p {
|
|||
line-height: 1.2em;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
h2 {
|
||||
font-size:22px;
|
||||
}
|
||||
h3 {
|
||||
font-size:18px;
|
||||
}
|
||||
|
|
@ -61,11 +67,23 @@ footer, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer
|
|||
color:white;
|
||||
}
|
||||
|
||||
.light-text, .light-text h1, .light-text h2, .light-text h3, .light-text h4, .light-text h5, .light-text h6, .light-text p, .light-text a {
|
||||
color:white;
|
||||
}
|
||||
|
||||
img {
|
||||
margin-bottom:16px;
|
||||
}
|
||||
|
||||
hr {
|
||||
width: 12%;
|
||||
height: 2px;
|
||||
background-color: #a9cd2e;
|
||||
margin: 0!important;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.aligncenter hr {
|
||||
width: 12%;
|
||||
height: 2px;
|
||||
background-color: #a9cd2e;
|
||||
|
|
@ -73,6 +91,13 @@ hr {
|
|||
display: block;
|
||||
}
|
||||
|
||||
.light-text hr {
|
||||
width: 12%;
|
||||
height: 2px;
|
||||
background-color: #fff;
|
||||
margin: 0!important;
|
||||
display: block;
|
||||
}
|
||||
@media (max-width: 770px) {
|
||||
.btn{
|
||||
display:block
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue