mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
update email template css
This commit is contained in:
parent
9e04c1bc4b
commit
0c7a78ace5
@ -17,19 +17,27 @@
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.datum {
|
||||
position: relative;
|
||||
margin-top: 25px;
|
||||
font-family: 'Work Sans', sans-serif;
|
||||
color: #383838;
|
||||
font-size: 16px;
|
||||
line-height: 19px;
|
||||
font-weight: 600;
|
||||
text-align: right;
|
||||
.header {
|
||||
height: 100px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-bottom: 60px;
|
||||
max-width: 680px;
|
||||
}
|
||||
|
||||
.logo-head {
|
||||
.head-logo {
|
||||
position: absolute;
|
||||
width: 130px;
|
||||
margin-top: 36px;
|
||||
max-width: 33%;
|
||||
}
|
||||
|
||||
.head-image {
|
||||
position: absolute;
|
||||
/* top: -11px; */
|
||||
left: 40%;
|
||||
width: 400 px;
|
||||
max-width: 64%;
|
||||
}
|
||||
|
||||
.wrapper_head {
|
||||
@ -137,7 +145,7 @@
|
||||
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.button-2 {
|
||||
.button-2 { /* TODO remove unnecessary */
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
@ -198,11 +206,13 @@
|
||||
|
||||
.footer_02 {
|
||||
display: inline;
|
||||
align-self: auto;
|
||||
max-width: 600px;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
padding-bottom: 20;
|
||||
}
|
||||
|
||||
.footer_p1 {
|
||||
@ -296,7 +306,7 @@
|
||||
}
|
||||
|
||||
.content {
|
||||
max-height: 520px;
|
||||
/* max-height: 520px; */
|
||||
max-width: 540px;
|
||||
margin-top: 40px;
|
||||
border-radius: 24px;
|
||||
@ -341,11 +351,7 @@
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
.datum {
|
||||
margin-right: 30px;
|
||||
}
|
||||
|
||||
.logo-head {
|
||||
.head-logo {
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
@ -383,13 +389,7 @@
|
||||
}
|
||||
|
||||
@media screen and (max-width: 479px) {
|
||||
.datum {
|
||||
margin-top: 15px;
|
||||
margin-right: 20px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.logo-head {
|
||||
.head-logo {
|
||||
width: 40%;
|
||||
max-width: 40%;
|
||||
margin-left: 20px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user