style tweaks

This commit is contained in:
Kyle Spearrin 2018-07-06 16:21:19 -04:00
parent 0f04286783
commit 417743ccdd
1 changed files with 8 additions and 3 deletions

View File

@ -49,6 +49,7 @@ $navbar-brand-height: 35px;
$navbar-brand-padding-y: 0;
$navbar-dark-color: rgba(#ffffff, .7);
$navbar-dark-hover-color: rgba(#ffffff, .9);
$navbar-nav-link-padding-x: 0.8rem;
$input-bg: #fbfbfb;
$input-focus-bg: #ffffff;
@ -121,6 +122,10 @@ input, select, textarea {
}
}
}
.nav-link {
font-weight: 600;
}
}
.navbar-brand {
@ -212,7 +217,7 @@ input, select, textarea {
}
label:not(.form-check-label):not(.btn) {
font-weight: bold;
font-weight: 600;
}
.btn[class*="btn-outline-"] {
@ -587,7 +592,7 @@ app-user-billing {
.form-check-block {
.form-check-label {
font-weight: bold;
font-weight: 600;
> small {
display: block;
@ -608,7 +613,7 @@ app-user-billing {
}
.org-nav {
background-color: #ecf0f5;
background-color: $input-bg;
border-bottom: 1px solid $border-color;
height: 100px;
min-height: 100px;