You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
442 B
23 lines
442 B
.main-header.navbar {
|
|
background-color: #343a40;
|
|
}
|
|
.navbar-nav .nav-link {
|
|
color: #fff !important;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.navbar-nav .nav-link.active {
|
|
color: #fff !important;
|
|
background-color: #007bff;
|
|
}
|
|
|
|
.nav-treeview .nav-item{
|
|
padding-left:2em;
|
|
}
|
|
.field-validation-error {
|
|
line-height: 1em;
|
|
}
|
|
.field-validation-error::before {
|
|
font-family: 'Font Awesome 5 Free';
|
|
content: "\f057";
|
|
} |