mirror of
https://github.com/originalmk/skrytka-app.git
synced 2024-11-20 10:28:50 +00:00
Update firstFooter CSS
This commit is contained in:
parent
1d502e235c
commit
a51e4d47b0
@ -32,14 +32,17 @@
|
|||||||
font-family: $priamry-font-family;
|
font-family: $priamry-font-family;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#root {
|
||||||
|
min-height: 100vh;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: $priamry-font-family;
|
font-family: $priamry-font-family;
|
||||||
background: #f7f6ff;
|
background: #f7f6ff;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
|
@ -16,23 +16,22 @@
|
|||||||
|
|
||||||
color: blue;
|
color: blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
.li-write-to-us {
|
.li-write-to-us {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
.footerFirstSite {
|
|
||||||
@include display-flex();
|
|
||||||
|
|
||||||
position: absolute;
|
.footerFirstSite {
|
||||||
top: 90.8%;
|
margin-top: auto;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
|
height: 10vh;
|
||||||
padding: 1.6rem;
|
padding: 1.6rem;
|
||||||
color:white;
|
color:white;
|
||||||
background-color: $primary-color-button;
|
background-color: $primary-color-button;
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@media (orientation: portrait) {
|
@media (orientation: portrait) {
|
||||||
.btnUnit {
|
.btnUnit {
|
||||||
top: 55%;
|
top: 55%;
|
||||||
|
Loading…
Reference in New Issue
Block a user