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

45 lines
537 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;
}
}
2016-08-23 18:21:02 +00:00
#navbar {
align-items: flex-end;
2016-08-02 17:54:18 +00:00
2016-08-23 18:21:02 +00:00
#logo-link {
#logo {
width: 100px;
}
}
.nav {
height: 100%;
align-items: flex-end;
.nav-item {
2016-08-02 17:54:18 +00:00
transition: 0.2s;
2016-08-23 18:21:02 +00:00
font-variant: small-caps;
font-size: 1.25em;
&:hover {
transition: 0.2s;
}
2016-08-02 17:54:18 +00:00
}
}
}
2016-08-27 17:07:03 +00:00
footer {
.fa {
font-size: inherit;
text-align: inherit;
vertical-align: inherit;
}
}