1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00
Files
tabler/scss/layout/_navbar.scss
2019-04-17 23:55:44 +02:00

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;
}