open-vault/website/source/assets/stylesheets/_global.scss

40 lines
651 B
SCSS
Raw Normal View History

2017-03-06 19:53:00 +00:00
html {
height: 100%;
min-height: 100%;
2015-03-13 17:34:29 +00:00
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
2015-03-13 17:34:29 +00:00
body {
2017-03-06 19:53:00 +00:00
-webkit-font-smoothing: antialiased;
color: $body-font-color;
background-color: $white;
font-size: $font-size;
font-family: $font-family-open-sans;
font-weight: $font-weight-reg;
height: 100%;
min-height: 100%;
2015-03-13 17:34:29 +00:00
}
2017-03-29 23:04:39 +00:00
h1, h2, h3, h4, h5 {
2017-03-06 19:53:00 +00:00
font-family: $font-family-klavika;
-webkit-font-smoothing: antialiased;
code, tt {
font-size: inherit !important;
}
2015-03-13 17:34:29 +00:00
}
2017-03-06 19:53:00 +00:00
h1 {
margin-bottom: 24px;
2015-03-13 17:34:29 +00:00
}
2017-03-26 21:07:29 +00:00
// Avoid FOUT
.wf-loading {
visibility: hidden;
}
.wf-active, .wf-inactive {
visibility: visible;
}