This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/resources/assets/less/nova/base.less

25 lines
333 B
Text

* {
margin: 0;
position: relative;
box-sizing: border-box;
}
html,
body {
height: 100%;
font: @base-font-size "Exo 2", sans-serif;
}
.fa {
font-family: inherit;
&:before {
font-family: FontAwesome;
}
}
// .turbolinks-progress-bar {
// height: 5px;
// background-color: green;
// }