38 lines
621 B
CSS
38 lines
621 B
CSS
body {
|
|
font-family: 'Open Sans',sans-serif !important;
|
|
font-size: 1rem;
|
|
font-weight: 400;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
.sidebar {
|
|
background: url("/assets/img/sidebar-2.jpg");
|
|
background-size: cover;
|
|
overflow-x: hidden !important;
|
|
}
|
|
|
|
.sidebar-bottom {
|
|
position: absolute !important;
|
|
width: 100%;
|
|
}
|
|
|
|
.avatar {
|
|
background: url("{{.avatar}}?size=32");
|
|
width: 28px;
|
|
height: 29px;
|
|
display: block;
|
|
background-size: cover;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.nav-link {
|
|
color: white !important;
|
|
}
|
|
|
|
.filterCard {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.table td, .table th {
|
|
text-align: center;
|
|
} |