public/layouts/global/_base.scss (46 lines of code) (raw):
@import "vars";
@import "colours";
@import "top-toolbar";
@import "global-components";
@import "autocomplete";
// Root font settings
html {
@extend %f-data;
font-size: 62.5%;
font-size: calc(1em * .625);
height: 100%;
min-height: 580px;
}
body {
@extend %fs-data-4;
color: $c-grey-700;
margin: 0;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a {
color: $c-blue-link;
text-decoration: none;
}
a:hover {
color: $c-blue-link;
text-decoration: underline;
}
.splash__message {
margin: 10px;
}
.login-page {
margin: 10px;
}
.login-page__login-button {
@extend %fs-data-4;
margin: 0;
}
//editorial status page styles
.status {
list-style-type: none;
}
.status label, .status button {
margin-left: 5px;
}