accounts-frontend/packages/app/pages/dev/dev.scss

19 lines
300 B
SCSS
Raw Normal View History

.container {
2020-05-24 04:38:24 +05:30
padding: 55px 0 65px;
}
.footer {
2020-05-24 04:38:24 +05:30
width: 100%;
position: absolute;
bottom: 10px;
2021-03-26 08:49:04 +05:30
inset-inline-start: 0; // TODO: does nothing. Maybe should be reimplemented?
2020-05-24 04:38:24 +05:30
text-align: center;
}
@media (max-width: 720px) {
2020-05-24 04:38:24 +05:30
.container {
padding-top: 20px;
}
}