2021-09-07 09:59:36 +02:00
|
|
|
:root {
|
2021-09-09 11:05:00 +02:00
|
|
|
--cerebrate-color: #924da6;
|
2021-09-07 09:59:36 +02:00
|
|
|
}
|
|
|
|
|
2021-03-04 09:00:16 +01:00
|
|
|
.pagination li.page-item > a.page-link > .ellipsis {
|
|
|
|
line-height: 12px;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
2020-05-29 13:41:58 +02:00
|
|
|
.footer {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
/* Set the fixed height of the footer here */
|
|
|
|
height: 60px;
|
|
|
|
line-height: 60px; /* Vertically center the text there */
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.black {
|
|
|
|
color:black;
|
|
|
|
}
|
|
|
|
|
2021-10-04 16:03:15 +02:00
|
|
|
.loading-overlay-container {
|
|
|
|
backdrop-filter: blur(1px);
|
|
|
|
}
|
|
|
|
|
2020-05-29 13:41:58 +02:00
|
|
|
@media(min-width:768px) {
|
|
|
|
#wrapper {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
#wrapper.toggled {
|
|
|
|
padding-left: 250px;
|
|
|
|
}
|
|
|
|
#sidebar-wrapper {
|
|
|
|
width: 0;
|
|
|
|
}
|
|
|
|
#wrapper.toggled #sidebar-wrapper {
|
|
|
|
width: 250px;
|
|
|
|
}
|
|
|
|
#page-content-wrapper {
|
|
|
|
padding: 20px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
#wrapper.toggled #page-content-wrapper {
|
|
|
|
position: relative;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-black {color:black;}
|
|
|
|
.text-white {color:white;}
|
2020-06-04 10:05:45 +02:00
|
|
|
|
2021-08-24 10:48:53 +02:00
|
|
|
.lh-1 {
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
.lh-2 {
|
|
|
|
line-height: 1.5;
|
|
|
|
}
|
|
|
|
|
2020-06-04 10:05:45 +02:00
|
|
|
.link-unstyled, .link-unstyled:link, .link-unstyled:hover {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: inherit;
|
|
|
|
}
|
2021-01-11 12:48:58 +01:00
|
|
|
|
|
|
|
.btn-group > .btn:last-of-type:not(.dropdown-toggle), .btn-group > .btn-group:not(:last-of-type) > .btn {
|
|
|
|
border-top-right-radius: 0.2rem;
|
2021-01-11 14:21:46 +01:00
|
|
|
}
|
|
|
|
|
2021-01-18 10:39:16 +01:00
|
|
|
.btn-group > div > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > div > .btn {
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.topbar-contextual-filter button.btn:not(:first-child) {
|
|
|
|
border-left: 1px solid #77777733;
|
|
|
|
}
|
|
|
|
|
2021-01-11 14:21:46 +01:00
|
|
|
input[type="checkbox"].change-cursor {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="checkbox"]:disabled.change-cursor {
|
|
|
|
cursor: not-allowed;
|
2021-01-12 10:56:47 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.topbar-contextual-filter button.btn {
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
2021-03-04 09:00:16 +01:00
|
|
|
}
|
2021-08-24 10:48:53 +02:00
|
|
|
|
2021-09-17 18:12:24 +02:00
|
|
|
.select2-container {
|
2021-09-28 11:35:39 +02:00
|
|
|
z-index: 1056;
|
2021-09-18 10:22:59 +02:00
|
|
|
}
|
|
|
|
|
2021-09-28 10:59:57 +02:00
|
|
|
.select2-container--bootstrap-5 {
|
2021-09-28 11:35:39 +02:00
|
|
|
color: var(--bs-body-color);
|
2021-09-28 10:59:57 +02:00
|
|
|
}
|
|
|
|
|
2021-09-18 10:22:59 +02:00
|
|
|
.grow-on-hover {
|
|
|
|
-webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0.90, 0.35, 1.00);
|
|
|
|
-moz-transition: -moz-transform 0.5s cubic-bezier(0, 0.90, 0.35, 1.00);
|
|
|
|
transition: all .2s cubic-bezier(0, 0.90, 0.35, 1.00);
|
|
|
|
}
|
|
|
|
|
|
|
|
.grow-on-hover:hover {
|
2021-10-04 16:03:15 +02:00
|
|
|
-webkit-transform: translateZ(0) scale(1.02, 1.02);
|
|
|
|
-moz-transform: translateZ(0) scale(1.02, 1.02);
|
|
|
|
transform: translateZ(0) scale(1.02, 1.02);
|
2021-09-18 10:22:59 +02:00
|
|
|
box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
|
2021-09-28 11:35:39 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.settings-group.to-be-slided {
|
|
|
|
opacity: 0;
|
|
|
|
transform: translateX(-15%);
|
|
|
|
-webkit-transform: translateX(-15%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.settings-group.to-be-slided.slide-in {
|
|
|
|
animation: slide-in 0.2s forwards;
|
|
|
|
animation-delay: 0.1s;
|
|
|
|
-webkit-animation: slide-in 0.2s forwards;
|
|
|
|
-webkit-animation-delay: 0.1s;
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes slide-in {
|
|
|
|
50% { opacity: 0.3; }
|
|
|
|
100% { transform: translateX(0%); opacity: 1; }
|
2021-09-17 18:12:24 +02:00
|
|
|
}
|