mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
19 lines
213 B
SCSS
19 lines
213 B
SCSS
.navbar {
|
|
display: flex;
|
|
min-height: 3.75rem;
|
|
padding: .75rem 1rem;
|
|
|
|
.nav-link {
|
|
color: inherit;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
.navbar-brand {
|
|
padding: 0;
|
|
}
|
|
|
|
.navbar-brand-logo {
|
|
height: 2rem;
|
|
}
|