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

56 lines
739 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;
2016-09-03 19:37:00 +00:00
font-size: 1.15em;
2016-08-23 18:21:02 +00:00
&:hover {
transition: 0.2s;
}
2016-08-02 17:54:18 +00:00
}
}
}
2016-08-27 17:07:03 +00:00
2016-09-03 14:51:25 +00:00
footer.footer {
padding-bottom: 40px;
2016-08-27 17:07:03 +00:00
.fa {
font-size: inherit;
text-align: inherit;
vertical-align: inherit;
}
}
2016-10-03 17:21:29 +00:00
::selection {
2016-10-03 18:21:17 +00:00
color: white;
background: rgba(255, 127, 0, 0.99);
2016-10-03 17:21:29 +00:00
}