مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-12-01 05:43:04 +00:00
43 أسطر
766 B
SCSS
43 أسطر
766 B
SCSS
@import 'global/reset';
|
|
@import 'global/variables';
|
|
@import 'global/mixins';
|
|
@import 'global/fonts';
|
|
|
|
@import 'vendor/*';
|
|
@import 'elements/*';
|
|
@import 'components/*';
|
|
@import 'global/utility';
|
|
|
|
html.main {
|
|
font-family: 'Source Sans Pro', sans-serif;
|
|
font-size:14px;
|
|
height: 100%;
|
|
max-height: 100%;
|
|
background:$backgroundGrey;
|
|
body {
|
|
display:flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
max-height: 100%;
|
|
overflow-x:hidden;
|
|
}
|
|
}
|
|
|
|
html.subPage {
|
|
font-family: 'Source Sans Pro', sans-serif;
|
|
font-size:14px;
|
|
background:$backgroundGrey;
|
|
body {
|
|
padding-top:100px;
|
|
padding-bottom:100px;
|
|
}
|
|
.subPage__logo {
|
|
margin-bottom:40px;
|
|
text-align:center;
|
|
}
|
|
}
|
|
|
|
.turbolinks-progress-bar {
|
|
background-color: $darkBlue;
|
|
}
|