mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
23 lines
318 B
SCSS
23 lines
318 B
SCSS
.navbar {
|
|
border-bottom-width: 1px;
|
|
border-bottom-style: solid;
|
|
border-bottom-color: black;
|
|
|
|
margin-bottom: 1.5em;
|
|
|
|
.navbar-brand {
|
|
font-size: 18pt;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.fullname {
|
|
vertical-align: middle;
|
|
|
|
color: black;
|
|
}
|
|
|
|
.dropdown-toggle::after {
|
|
vertical-align: middle;
|
|
}
|
|
}
|