mirror of
https://github.com/tabler/tabler.git
synced 2025-12-23 10:24:24 +04:00
31 lines
386 B
SCSS
31 lines
386 B
SCSS
.navbar {
|
|
display: flex;
|
|
min-height: 3.75rem;
|
|
padding: .75rem 1rem;
|
|
|
|
.nav-link {
|
|
color: inherit;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
.navbar-brand {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 0;
|
|
margin: 0;
|
|
|
|
@at-root a#{&} {
|
|
transition: .3s opacity;
|
|
|
|
&:hover {
|
|
opacity: .8;
|
|
}
|
|
}
|
|
}
|
|
|
|
.navbar-brand-logo {
|
|
height: 2rem;
|
|
}
|