rf-web/_sass/pages/home.scss
2021-01-30 15:31:30 +01:00

25 lines
334 B
SCSS

#page-index {
h2 {
margin-bottom: var(--size-32);
}
h1.logo {
margin: var(--size-128) 0;
}
h2,
h3 {
@include textbox;
display: inline-block;
margin-top: 0;
}
button {
-webkit-appearance: none;
border: none;
box-shadow: none;
font-size: var(--size-16);
cursor: pointer;
}
}