Travis GCC option + UI enhancements
This commit is contained in:
@@ -2,4 +2,23 @@
|
||||
h2.nav-item {
|
||||
font-size: 150%;
|
||||
color: $orange;
|
||||
}
|
||||
|
||||
#notifload {
|
||||
width: 42px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
opacity: 0;
|
||||
transition: opacity .5s ease;
|
||||
|
||||
&::before {
|
||||
content: " ";
|
||||
@include spinner($orange,0.5s,24px);
|
||||
}
|
||||
|
||||
&.active {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user