Tweak CSS

This commit is contained in:
Jeremy Stretch
2020-11-06 16:09:55 -05:00
parent 6542a326c1
commit 5db14f9410
3 changed files with 15 additions and 12 deletions

View File

@@ -120,9 +120,6 @@ footer p {
}
/* Navigation menu */
li.subnav > a {
padding-left: 30px;
}
ul.dropdown-menu {
width: 250px;
}
@@ -354,11 +351,15 @@ textarea {
/* MDI icons */
.mdi::before {
font-size: 20px;
line-height: 14px;
line-height: 20px;
position: relative;
top: 2px;
}
.btn .mdi::before {
font-size: 20px;
line-height: 14px;
position: relative;
top: 4px;
top: 2px;
}
.btn-xs .mdi::before {
font-size: 18px;
@@ -373,12 +374,11 @@ textarea {
}
.dropdown-menu .mdi::before {
position: relative;
top: 4px;
left: -8px;
}
.nav .mdi::before {
left: -2px;
position: relative;
top: 4px;
top: 2px;
}
.navbar .navbar-toggle .mdi::before {
position: relative;
@@ -404,6 +404,9 @@ textarea {
position: relative;
top: 3px;
}
.input-group-btn .mdi::before {
font-size: 20px;
}
.navbar-brand .mdi::before {
position: relative;
top: 2px;