fix(ui): ensure all navbar elements have the same min-height

This commit is contained in:
Łukasz Mierzwa
2019-12-26 18:46:50 +00:00
parent bab5472e12
commit 2df5bcad72
2 changed files with 17 additions and 3 deletions

View File

@@ -8,7 +8,6 @@
.form-control.components-filterinput {
cursor: text;
height: auto;
min-height: 2.6rem;
box-shadow: none;
background-clip: unset;

View File

@@ -1,9 +1,24 @@
.navbar {
& .navbar-brand,
& .nav-link,
& .form-control.components-filterinput {
min-height: 2.6rem;
}
}
.navbar-brand {
min-width: 2.5rem;
}
.components-navbar-button:hover {
border-bottom: $border-width solid $info;
.components-navbar-button {
&.navbar-brand {
padding-top: 0.36rem;
padding-bottom: 0.36rem;
}
&:hover {
border-bottom: $border-width solid $info;
}
}
.components-navbar-icon {