2019-08-19 16:43:32 +02:00
|
|
|
.navbar {
|
2019-09-19 16:42:43 +02:00
|
|
|
position: sticky;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
top: 0px;
|
|
|
|
|
|
|
|
|
|
background-color: white;
|
|
|
|
|
|
2019-08-19 16:43:32 +02:00
|
|
|
border-bottom-width: 1px;
|
|
|
|
|
border-bottom-style: solid;
|
2019-09-19 16:42:43 +02:00
|
|
|
border-bottom-color: rgba(0, 0, 0, 0.25);
|
2019-08-19 16:43:32 +02:00
|
|
|
|
2019-09-19 16:42:43 +02:00
|
|
|
box-shadow: 0 1px 4px rgba(0,0,0,0.15), 0 1px 8px rgba(0,0,0,0.15);
|
|
|
|
|
|
|
|
|
|
margin-bottom: 1em;
|
2019-08-19 16:43:32 +02:00
|
|
|
|
|
|
|
|
.navbar-brand {
|
|
|
|
|
font-size: 18pt;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
}
|
2019-08-19 17:42:13 +02:00
|
|
|
|
2019-09-19 16:42:43 +02:00
|
|
|
.boardsNav {
|
|
|
|
|
.nav-item {
|
|
|
|
|
@extend
|
|
|
|
|
.badge,
|
|
|
|
|
.text-uppercase;
|
2019-09-19 18:45:55 +02:00
|
|
|
|
|
|
|
|
font-size: 14px;
|
2019-09-19 16:42:43 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nav-item.active {
|
|
|
|
|
@extend .badgeLight;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-19 17:42:13 +02:00
|
|
|
.fullname {
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
|
|
|
|
color: black;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dropdown-toggle::after {
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
}
|