Files
web2.0-frontend/src/index.scss
T
2018-11-16 19:25:09 +02:00

39 lines
476 B
SCSS

@import "./assets/scss/normalize";
@import "./assets/scss/globals";
html,
body {
font-size: 16px;
background-color: $dark-blue;
height: 100%;
font-family: $font;
color: $white;
text-align: center;
overflow: auto;
}
#root {
position: relative;
min-height: 100vh;
}
body {
max-width: 1200px;
padding: 0 0.5rem;
margin: auto !important;
}
h1 {
font-size: 3rem;
}
p {
color: $white;
font-size: 1.5rem;
}
a,
a:hover {
text-decoration: none;
}