new
This commit is contained in:
commit
1d8da2b6dd
824 changed files with 76366 additions and 0 deletions
36
assets/scss/templates/_message-sent.scss
Normal file
36
assets/scss/templates/_message-sent.scss
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
.page-message-sent {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
min-height: calc(100vh - (100px + 205px));
|
||||
@include desktop {
|
||||
min-height: calc(100vh - (90px + 205px));
|
||||
}
|
||||
text-align: center;
|
||||
h1 {
|
||||
font-size: 50px;
|
||||
font-weight: bold;
|
||||
@include mobile {
|
||||
font-size: 40px;
|
||||
}
|
||||
@include mobile-xs {
|
||||
font-size: 30px;
|
||||
}
|
||||
}
|
||||
h2 {
|
||||
text-transform:uppercase;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
letter-spacing: 1px;
|
||||
margin-top: 30px;
|
||||
}
|
||||
.btn-main {
|
||||
margin-top: 40px;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
img {
|
||||
width: 50%;
|
||||
max-height: 200px;
|
||||
margin-top: 40px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue