1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00
الملفات
postal/app/assets/stylesheets/application/application.scss
2017-04-19 13:07:25 +01:00

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;
}