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

49 lines
611 B
SCSS
Raw Normal View History

2016-08-02 17:54:18 +00:00
.fa-ul {
list-style: none !important;
.fa {
font-size: inherit;
}
}
2016-09-01 22:05:38 +00:00
.has-text-justified {
text-align: justify;
}
2016-08-02 17:54:18 +00:00
2016-08-23 18:21:02 +00:00
#navbar {
align-items: flex-end;
2016-08-02 17:54:18 +00:00
2016-09-01 22:05:38 +00:00
#inline-logo {
min-width: 38.703px;
}
2016-08-23 18:21:02 +00:00
#logo-link {
#logo {
2016-08-30 21:20:15 +00:00
padding-top: 10px;
padding-left: 10px;
2016-08-23 18:21:02 +00:00
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;
&: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;
}
}