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.
41 lines
598 B
41 lines
598 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";
|
|
}
|
|
|
|
img.pointer {
|
|
cursor: pointer;
|
|
height: 32px;
|
|
width: 32px;
|
|
}
|
|
|
|
th {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 2em;
|
|
}
|