zeus.ugent.be/content/assets/stylesheets/includes/general.scss

25 lines
277 B
SCSS
Raw Normal View History

2016-08-14 08:12:19 +00:00
html, body {
height: 100%;
width: 100%;
}
2016-08-02 17:54:18 +00:00
.fa-ul {
list-style: none !important;
.fa {
font-size: inherit;
}
}
#navbar {
.nav-item {
transition: 0.2s;
font-variant: small-caps;
font-size: 1.25em;
&:hover {
transition: 0.2s;
}
}
}