2021-09-28 10:59:57 +02:00
|
|
|
/* Callout */
|
|
|
|
.callout {
|
|
|
|
border: 1px solid #e9ecef;
|
2021-12-16 11:53:56 +01:00
|
|
|
border-radius: 0.25rem;
|
2021-09-28 10:59:57 +02:00
|
|
|
background-color: #363636;
|
2021-12-16 11:53:56 +01:00
|
|
|
box-shadow: none;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
|
|
|
.callout-primary {
|
|
|
|
border-left-color: #6f42c1;
|
2021-12-16 11:53:56 +01:00
|
|
|
border-left-width: 0.25rem;
|
|
|
|
border-left-style: solid;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
|
|
|
.callout-secondary {
|
|
|
|
border-left-color: #ea39b8;
|
2021-12-16 11:53:56 +01:00
|
|
|
border-left-width: 0.25rem;
|
|
|
|
border-left-style: solid;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
|
|
|
.callout-success {
|
|
|
|
border-left-color: #3cf281;
|
2021-12-16 11:53:56 +01:00
|
|
|
border-left-width: 0.25rem;
|
|
|
|
border-left-style: solid;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
|
|
|
.callout-info {
|
|
|
|
border-left-color: #1ba2f6;
|
2021-12-16 11:53:56 +01:00
|
|
|
border-left-width: 0.25rem;
|
|
|
|
border-left-style: solid;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
|
|
|
.callout-warning {
|
|
|
|
border-left-color: #ffc107;
|
2021-12-16 11:53:56 +01:00
|
|
|
border-left-width: 0.25rem;
|
|
|
|
border-left-style: solid;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
|
|
|
.callout-danger {
|
|
|
|
border-left-color: #e44c55;
|
2021-12-16 11:53:56 +01:00
|
|
|
border-left-width: 0.25rem;
|
|
|
|
border-left-style: solid;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
|
|
|
.callout-light {
|
|
|
|
border-left-color: #44d9e8;
|
2021-12-16 11:53:56 +01:00
|
|
|
border-left-width: 0.25rem;
|
|
|
|
border-left-style: solid;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
|
|
|
.callout-dark {
|
|
|
|
border-left-color: #170229;
|
2021-12-16 11:53:56 +01:00
|
|
|
border-left-width: 0.25rem;
|
|
|
|
border-left-style: solid;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
|
|
|
/* Toasts */
|
|
|
|
.toast {
|
2021-12-16 11:53:56 +01:00
|
|
|
min-width: 250px;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
|
|
|
.toast-primary {
|
2021-10-04 13:13:41 +02:00
|
|
|
color: #21143a;
|
|
|
|
background-color: #d4c6ec;
|
2021-12-16 11:53:56 +01:00
|
|
|
border-color: #c5b3e6;
|
|
|
|
}
|
|
|
|
.toast-primary strong {
|
|
|
|
border-top-color: #b6a0e0;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
|
|
|
.toast-secondary {
|
2021-10-04 13:13:41 +02:00
|
|
|
color: #461137;
|
|
|
|
background-color: #f9c4ea;
|
2021-12-16 11:53:56 +01:00
|
|
|
border-color: #f7b0e3;
|
|
|
|
}
|
|
|
|
.toast-secondary strong {
|
|
|
|
border-top-color: #f599db;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
|
|
|
.toast-success {
|
2021-10-04 13:13:41 +02:00
|
|
|
color: #124927;
|
|
|
|
background-color: #c5fbd9;
|
2021-12-16 11:53:56 +01:00
|
|
|
border-color: #b1facd;
|
|
|
|
}
|
|
|
|
.toast-success strong {
|
|
|
|
border-top-color: #99f8be;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
|
|
|
.toast-info {
|
2021-10-04 13:13:41 +02:00
|
|
|
color: #08314a;
|
|
|
|
background-color: #bbe3fc;
|
2021-12-16 11:53:56 +01:00
|
|
|
border-color: #a4dafb;
|
|
|
|
}
|
|
|
|
.toast-info strong {
|
|
|
|
border-top-color: #8cd0fa;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
|
|
|
.toast-warning {
|
2021-10-04 13:13:41 +02:00
|
|
|
color: #4d3a02;
|
|
|
|
background-color: #ffecb5;
|
2021-12-16 11:53:56 +01:00
|
|
|
border-color: #ffe69c;
|
|
|
|
}
|
|
|
|
.toast-warning strong {
|
|
|
|
border-top-color: #ffe083;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
|
|
|
.toast-danger {
|
2021-10-04 13:13:41 +02:00
|
|
|
color: #44171a;
|
|
|
|
background-color: #f7c9cc;
|
2021-12-16 11:53:56 +01:00
|
|
|
border-color: #f4b7bb;
|
|
|
|
}
|
|
|
|
.toast-danger strong {
|
|
|
|
border-top-color: #f1a1a6;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
|
|
|
.toast-light {
|
2021-10-04 13:13:41 +02:00
|
|
|
color: #144146;
|
|
|
|
background-color: #c7f4f8;
|
2021-12-16 11:53:56 +01:00
|
|
|
border-color: #b4f0f6;
|
|
|
|
}
|
|
|
|
.toast-light strong {
|
|
|
|
border-top-color: #9debf3;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
|
|
|
.toast-dark {
|
2021-10-04 13:13:41 +02:00
|
|
|
color: #07010c;
|
|
|
|
background-color: #b9b3bf;
|
2021-12-16 11:53:56 +01:00
|
|
|
border-color: #a29aa9;
|
|
|
|
}
|
|
|
|
.toast-dark strong {
|
|
|
|
border-top-color: #958c9d;
|
|
|
|
}
|
2021-10-04 13:13:41 +02:00
|
|
|
|
|
|
|
/* Dropdown-item */
|
|
|
|
.dropdown-item.dropdown-item-primary {
|
|
|
|
color: #fff;
|
|
|
|
text-decoration: none;
|
2021-12-16 11:53:56 +01:00
|
|
|
background-color: #6f42c1;
|
|
|
|
}
|
2022-01-20 14:00:37 +01:00
|
|
|
.dropdown-item.dropdown-item-primary:hover {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #5e38a4;
|
|
|
|
}
|
2021-10-04 13:13:41 +02:00
|
|
|
.dropdown-item.dropdown-item-outline-primary:hover {
|
|
|
|
color: #fff;
|
2021-12-16 11:53:56 +01:00
|
|
|
background-color: #6f42c1;
|
|
|
|
}
|
2021-10-04 13:13:41 +02:00
|
|
|
.dropdown-item.dropdown-item-secondary {
|
|
|
|
color: #fff;
|
|
|
|
text-decoration: none;
|
2021-12-16 11:53:56 +01:00
|
|
|
background-color: #ea39b8;
|
|
|
|
}
|
2022-01-20 14:00:37 +01:00
|
|
|
.dropdown-item.dropdown-item-secondary:hover {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #c7309c;
|
|
|
|
}
|
2021-10-04 13:13:41 +02:00
|
|
|
.dropdown-item.dropdown-item-outline-secondary:hover {
|
|
|
|
color: #fff;
|
2021-12-16 11:53:56 +01:00
|
|
|
background-color: #ea39b8;
|
|
|
|
}
|
2021-10-04 13:13:41 +02:00
|
|
|
.dropdown-item.dropdown-item-success {
|
|
|
|
color: #fff;
|
|
|
|
text-decoration: none;
|
2021-12-16 11:53:56 +01:00
|
|
|
background-color: #3cf281;
|
|
|
|
}
|
2022-01-20 14:00:37 +01:00
|
|
|
.dropdown-item.dropdown-item-success:hover {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #33ce6e;
|
|
|
|
}
|
2021-10-04 13:13:41 +02:00
|
|
|
.dropdown-item.dropdown-item-outline-success:hover {
|
|
|
|
color: #fff;
|
2021-12-16 11:53:56 +01:00
|
|
|
background-color: #3cf281;
|
|
|
|
}
|
2021-10-04 13:13:41 +02:00
|
|
|
.dropdown-item.dropdown-item-info {
|
|
|
|
color: #fff;
|
|
|
|
text-decoration: none;
|
2021-12-16 11:53:56 +01:00
|
|
|
background-color: #1ba2f6;
|
|
|
|
}
|
2022-01-20 14:00:37 +01:00
|
|
|
.dropdown-item.dropdown-item-info:hover {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #178ad1;
|
|
|
|
}
|
2021-10-04 13:13:41 +02:00
|
|
|
.dropdown-item.dropdown-item-outline-info:hover {
|
|
|
|
color: #fff;
|
2021-12-16 11:53:56 +01:00
|
|
|
background-color: #1ba2f6;
|
|
|
|
}
|
2021-10-04 13:13:41 +02:00
|
|
|
.dropdown-item.dropdown-item-warning {
|
|
|
|
color: #fff;
|
|
|
|
text-decoration: none;
|
2021-12-16 11:53:56 +01:00
|
|
|
background-color: #ffc107;
|
|
|
|
}
|
2022-01-20 14:00:37 +01:00
|
|
|
.dropdown-item.dropdown-item-warning:hover {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #d9a406;
|
|
|
|
}
|
2021-10-04 13:13:41 +02:00
|
|
|
.dropdown-item.dropdown-item-outline-warning:hover {
|
|
|
|
color: #fff;
|
2021-12-16 11:53:56 +01:00
|
|
|
background-color: #ffc107;
|
|
|
|
}
|
2021-10-04 13:13:41 +02:00
|
|
|
.dropdown-item.dropdown-item-danger {
|
|
|
|
color: #fff;
|
|
|
|
text-decoration: none;
|
2021-12-16 11:53:56 +01:00
|
|
|
background-color: #e44c55;
|
|
|
|
}
|
2022-01-20 14:00:37 +01:00
|
|
|
.dropdown-item.dropdown-item-danger:hover {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #c24148;
|
|
|
|
}
|
2021-10-04 13:13:41 +02:00
|
|
|
.dropdown-item.dropdown-item-outline-danger:hover {
|
|
|
|
color: #fff;
|
2021-12-16 11:53:56 +01:00
|
|
|
background-color: #e44c55;
|
|
|
|
}
|
2021-10-04 13:13:41 +02:00
|
|
|
.dropdown-item.dropdown-item-light {
|
|
|
|
color: #fff;
|
|
|
|
text-decoration: none;
|
2021-12-16 11:53:56 +01:00
|
|
|
background-color: #44d9e8;
|
|
|
|
}
|
2022-01-20 14:00:37 +01:00
|
|
|
.dropdown-item.dropdown-item-light:hover {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #3ab8c5;
|
|
|
|
}
|
2021-10-04 13:13:41 +02:00
|
|
|
.dropdown-item.dropdown-item-outline-light:hover {
|
|
|
|
color: #fff;
|
2021-12-16 11:53:56 +01:00
|
|
|
background-color: #44d9e8;
|
|
|
|
}
|
2021-10-04 13:13:41 +02:00
|
|
|
.dropdown-item.dropdown-item-dark {
|
|
|
|
color: #fff;
|
|
|
|
text-decoration: none;
|
2021-12-16 11:53:56 +01:00
|
|
|
background-color: #170229;
|
|
|
|
}
|
2022-01-20 14:00:37 +01:00
|
|
|
.dropdown-item.dropdown-item-dark:hover {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #140223;
|
|
|
|
}
|
2021-10-04 13:13:41 +02:00
|
|
|
.dropdown-item.dropdown-item-outline-dark:hover {
|
|
|
|
color: #fff;
|
2021-12-16 11:53:56 +01:00
|
|
|
background-color: #170229;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
2022-10-21 15:29:45 +02:00
|
|
|
.btn-outline-text {
|
|
|
|
color: #32fbe2;
|
|
|
|
border-color: #32fbe2;
|
|
|
|
}
|
|
|
|
.btn-outline-text:hover {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #32fbe2;
|
|
|
|
border-color: #32fbe2;
|
|
|
|
}
|
|
|
|
.btn-check:focus + .btn-outline-text, .btn-outline-text:focus {
|
|
|
|
box-shadow: 0 0 0 0.25rem rgba(50, 251, 226, 0.5);
|
|
|
|
}
|
|
|
|
.btn-check:checked + .btn-outline-text, .btn-check:active + .btn-outline-text, .btn-outline-text:active, .btn-outline-text.active, .btn-outline-text.dropdown-toggle.show {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #32fbe2;
|
|
|
|
border-color: #32fbe2;
|
|
|
|
}
|
|
|
|
.btn-check:checked + .btn-outline-text:focus, .btn-check:active + .btn-outline-text:focus, .btn-outline-text:active:focus, .btn-outline-text.active:focus, .btn-outline-text.dropdown-toggle.show:focus {
|
|
|
|
box-shadow: 0 0 0 0.25rem rgba(50, 251, 226, 0.5);
|
|
|
|
}
|
|
|
|
.btn-outline-text:disabled, .btn-outline-text.disabled {
|
|
|
|
color: #32fbe2;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
2021-09-28 10:59:57 +02:00
|
|
|
/* Progress Timeline */
|
|
|
|
.progress-timeline {
|
2021-12-16 11:53:56 +01:00
|
|
|
padding: 0.2em 0.2em 0.5em 0.2em;
|
|
|
|
}
|
|
|
|
.progress-timeline ul {
|
|
|
|
position: relative;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.progress-timeline li {
|
|
|
|
list-style-type: none;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.progress-timeline li.progress-inactive {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
.progress-timeline .progress-line {
|
|
|
|
height: 2px;
|
|
|
|
}
|
|
|
|
.progress-timeline .progress-line.progress-inactive {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
|
|
|
/* Forms severity */
|
|
|
|
.form-control.is-invalid.info {
|
2021-12-16 11:53:56 +01:00
|
|
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%231ba2f6' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%231ba2f6' stroke='none'/%3e%3c/svg%3e");
|
|
|
|
}
|
|
|
|
.form-control.is-invalid.info:focus {
|
|
|
|
border-color: #1ba2f6;
|
|
|
|
box-shadow: 0 0 0 0.25rem rgba(27, 162, 246, 0.25);
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
.form-control.is-invalid.warning {
|
2021-12-16 11:53:56 +01:00
|
|
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ffc107' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ffc107' stroke='none'/%3e%3c/svg%3e");
|
|
|
|
}
|
|
|
|
.form-control.is-invalid.warning:focus {
|
|
|
|
border-color: #ffc107;
|
|
|
|
box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
|
|
|
.form-select.is-invalid:not([multiple]):not([size]).info,
|
2021-12-16 11:53:56 +01:00
|
|
|
.form-select.is-invalid:not([multiple])[size="1"] .form-select.is-invalid.info {
|
2021-09-28 10:59:57 +02:00
|
|
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%231ba2f6'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%231ba2f6' stroke='none'/%3e%3c/svg%3e");
|
2021-12-16 11:53:56 +01:00
|
|
|
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
|
|
}
|
|
|
|
.form-select.is-invalid:not([multiple]):not([size]).info:focus,
|
|
|
|
.form-select.is-invalid:not([multiple])[size="1"] .form-select.is-invalid.info:focus {
|
|
|
|
box-shadow: 0 0 0 0.25rem rgba(27, 162, 246, 0.25);
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
.form-select.is-invalid:not([multiple]):not([size]).warning,
|
2021-12-16 11:53:56 +01:00
|
|
|
.form-select.is-invalid:not([multiple])[size="1"] .form-select.is-invalid.warning {
|
2021-09-28 10:59:57 +02:00
|
|
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ffc107'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ffc107' stroke='none'/%3e%3c/svg%3e");
|
2021-12-16 11:53:56 +01:00
|
|
|
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
|
|
}
|
|
|
|
.form-select.is-invalid:not([multiple]):not([size]).warning:focus,
|
|
|
|
.form-select.is-invalid:not([multiple])[size="1"] .form-select.is-invalid.warning:focus {
|
|
|
|
box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
|
|
|
.form-check-input.is-invalid.info {
|
2021-12-16 11:53:56 +01:00
|
|
|
border-color: #1ba2f6;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
.form-check-input.is-invalid.info:checked {
|
2021-12-16 11:53:56 +01:00
|
|
|
background-color: #1ba2f6;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
.form-check-input.is-invalid.info ~ .form-check-label {
|
2021-12-16 11:53:56 +01:00
|
|
|
color: unset;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
.form-check-input.is-invalid.info:focus {
|
2021-12-16 11:53:56 +01:00
|
|
|
box-shadow: 0 0 0 0.2rem rgba(27, 162, 246, 0.25);
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
.form-check-input.is-invalid.warning {
|
2021-12-16 11:53:56 +01:00
|
|
|
border-color: #ffc107;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
.form-check-input.is-invalid.warning:checked {
|
2021-12-16 11:53:56 +01:00
|
|
|
background-color: #ffc107;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
.form-check-input.is-invalid.warning ~ .form-check-label {
|
2021-12-16 11:53:56 +01:00
|
|
|
color: unset;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
.form-check-input.is-invalid.warning:focus {
|
2021-12-16 11:53:56 +01:00
|
|
|
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
|
|
|
/* Utilities */
|
|
|
|
.mw-75 {
|
2021-12-16 11:53:56 +01:00
|
|
|
max-width: 75% !important;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
2021-12-01 08:27:17 +01:00
|
|
|
.mw-66 {
|
2022-01-20 14:00:37 +01:00
|
|
|
max-width: 66% !important;
|
|
|
|
}
|
2021-12-01 08:27:17 +01:00
|
|
|
|
2021-09-28 10:59:57 +02:00
|
|
|
.mw-50 {
|
2021-12-16 11:53:56 +01:00
|
|
|
max-width: 50% !important;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
2021-12-01 08:27:17 +01:00
|
|
|
.mw-33 {
|
2022-01-20 14:00:37 +01:00
|
|
|
max-width: 33% !important;
|
|
|
|
}
|
2021-12-01 08:27:17 +01:00
|
|
|
|
2021-09-28 10:59:57 +02:00
|
|
|
.mw-25 {
|
2021-12-16 11:53:56 +01:00
|
|
|
max-width: 25% !important;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
|
|
|
.mh-75 {
|
2021-12-16 11:53:56 +01:00
|
|
|
max-height: 75% !important;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
2021-12-01 08:27:17 +01:00
|
|
|
.mh-66 {
|
2022-01-20 14:00:37 +01:00
|
|
|
max-height: 66% !important;
|
|
|
|
}
|
2021-12-01 08:27:17 +01:00
|
|
|
|
2021-09-28 10:59:57 +02:00
|
|
|
.mh-50 {
|
2021-12-16 11:53:56 +01:00
|
|
|
max-height: 50% !important;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
2021-12-01 08:27:17 +01:00
|
|
|
.mh-33 {
|
2022-01-20 14:00:37 +01:00
|
|
|
max-height: 33% !important;
|
|
|
|
}
|
2021-12-01 08:27:17 +01:00
|
|
|
|
2021-09-28 10:59:57 +02:00
|
|
|
.mh-25 {
|
2021-12-16 11:53:56 +01:00
|
|
|
max-height: 25% !important;
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
|
|
|
.p-abs-center-y {
|
|
|
|
top: 50%;
|
2021-12-16 11:53:56 +01:00
|
|
|
transform: translateY(-50%);
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
|
|
|
.p-abs-center-x {
|
|
|
|
left: 50%;
|
2021-12-16 11:53:56 +01:00
|
|
|
transform: translateX(-50%);
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
|
|
|
.p-abs-center-both {
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
2021-12-16 11:53:56 +01:00
|
|
|
transform: translateX(-50%) translateY(-50%);
|
|
|
|
}
|
2021-09-28 10:59:57 +02:00
|
|
|
|
2021-11-03 11:47:10 +01:00
|
|
|
.fs-7 {
|
2022-01-20 14:00:37 +01:00
|
|
|
font-size: 0.875rem !important;
|
|
|
|
}
|
2021-11-03 11:47:10 +01:00
|
|
|
|
|
|
|
.fs-8 {
|
2022-01-20 14:00:37 +01:00
|
|
|
font-size: 0.7rem !important;
|
|
|
|
}
|
2021-11-03 11:47:10 +01:00
|
|
|
|
|
|
|
.btn-xs, .btn-group-xs > .btn {
|
|
|
|
padding: 0.1rem;
|
|
|
|
font-size: 0.7rem;
|
|
|
|
border-radius: 0.15rem;
|
2022-01-20 14:00:37 +01:00
|
|
|
line-height: 1.15;
|
|
|
|
}
|
2021-11-03 11:47:10 +01:00
|
|
|
|
|
|
|
.btn-check:focus + .btn.btn-xs, .btn.btn-xs:focus {
|
2022-01-20 14:00:37 +01:00
|
|
|
box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
|
|
|
|
}
|
2021-11-03 11:47:10 +01:00
|
|
|
|
2021-11-04 15:19:45 +01:00
|
|
|
.multi-metafields-container {
|
2022-01-20 14:00:37 +01:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
2021-11-04 15:19:45 +01:00
|
|
|
.multi-metafields-container::before {
|
2022-01-20 14:00:37 +01:00
|
|
|
content: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.multi-metafields-container::before {
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #ea39b8;
|
|
|
|
border-width: 2px 0px 2px 2px;
|
|
|
|
border-radius: 3px 0px 0px 3px;
|
|
|
|
opacity: 0.5;
|
|
|
|
position: absolute;
|
|
|
|
content: " ";
|
|
|
|
width: 0.5rem;
|
|
|
|
height: calc(100% - 33px);
|
|
|
|
transform: translate(0px, 18px);
|
|
|
|
}
|
|
|
|
.multi-metafields-container > .multi-metafield-container {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.multi-metafields-container > .multi-metafield-container > .multi-metafield-input-container::before {
|
|
|
|
content: " ";
|
|
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
|
|
.multi-metafields-container > .multi-metafield-container > .multi-metafield-input-container::before {
|
|
|
|
background-color: #ea39b8;
|
2021-11-04 15:19:45 +01:00
|
|
|
opacity: 0.5;
|
2021-11-03 11:47:10 +01:00
|
|
|
position: absolute;
|
2022-01-20 14:00:37 +01:00
|
|
|
width: 0.25rem;
|
|
|
|
transform: translateX(calc(-0.75rem + 3px));
|
|
|
|
height: calc(100% + 4px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 575.98px) {
|
|
|
|
.multi-metafields-container > .multi-metafield-container:not(:first-child) label.form-label {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.multi-metafields-container > .multi-metafield-container:first-child > .multi-metafield-input-container::before {
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
}
|
|
|
|
.multi-metafields-container > .multi-metafield-container:last-child > .multi-metafield-input-container::before {
|
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
height: 100%;
|
|
|
|
}
|
2021-11-03 11:47:10 +01:00
|
|
|
|
2021-09-16 15:50:55 +02:00
|
|
|
/* Body */
|
|
|
|
.panel {
|
|
|
|
background-color: #363636;
|
|
|
|
border: 1px solid #454545;
|
2021-12-16 11:53:56 +01:00
|
|
|
box-shadow: none;
|
|
|
|
}
|
2021-09-16 15:50:55 +02:00
|
|
|
|
2021-10-04 16:03:15 +02:00
|
|
|
.loading-overlay {
|
|
|
|
background-color: #170229;
|
2021-12-16 11:53:56 +01:00
|
|
|
opacity: 0.65;
|
|
|
|
}
|
2021-10-04 16:03:15 +02:00
|
|
|
|
2021-09-16 15:50:55 +02:00
|
|
|
/* Top navbar */
|
|
|
|
.top-navbar {
|
2021-12-16 11:53:56 +01:00
|
|
|
background-color: #6f42c1;
|
|
|
|
}
|
2021-09-16 15:50:55 +02:00
|
|
|
|
|
|
|
.center-navbar nav.header-breadcrumb {
|
2021-12-16 11:53:56 +01:00
|
|
|
color: #fff;
|
|
|
|
}
|
2021-09-16 15:50:55 +02:00
|
|
|
|
|
|
|
header.top-navbar .header-menu > a:hover,
|
|
|
|
header.top-navbar .header-breadcrumb .header-breadcrumb-item > a:hover {
|
2021-12-16 11:53:56 +01:00
|
|
|
color: #d6d6d6 !important;
|
|
|
|
}
|
2021-09-16 15:50:55 +02:00
|
|
|
|
|
|
|
.top-navbar .center-navbar nav.header-breadcrumb li.header-breadcrumb-item a {
|
2021-12-16 11:53:56 +01:00
|
|
|
color: #fff;
|
|
|
|
}
|
2021-09-16 15:50:55 +02:00
|
|
|
|
|
|
|
.top-navbar .right-navbar .header-menu a.nav-link {
|
2021-12-16 11:53:56 +01:00
|
|
|
color: #fff;
|
|
|
|
}
|
2021-09-16 15:50:55 +02:00
|
|
|
|
|
|
|
.top-navbar .left-navbar .navbar-brand img {
|
2021-12-16 11:53:56 +01:00
|
|
|
filter: invert(1);
|
|
|
|
}
|
2021-09-16 15:50:55 +02:00
|
|
|
|
|
|
|
.top-navbar .left-navbar .navbar-brand:hover img {
|
2021-12-16 11:53:56 +01:00
|
|
|
filter: invert(1) drop-shadow(0px 0px 3px #fff);
|
|
|
|
}
|
2021-09-16 15:50:55 +02:00
|
|
|
|
|
|
|
.top-navbar .composed-app-icon-container > .app-icon {
|
2021-12-16 11:53:56 +01:00
|
|
|
background-color: #fff;
|
|
|
|
}
|
2021-09-16 15:50:55 +02:00
|
|
|
|
2021-09-17 15:44:52 +02:00
|
|
|
.breadcrumb-link-container {
|
2021-09-17 16:00:33 +02:00
|
|
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
|
2021-12-16 11:53:56 +01:00
|
|
|
background-color: #44d9e8;
|
|
|
|
}
|
2021-09-16 15:50:55 +02:00
|
|
|
|
|
|
|
/* Sidebar */
|
|
|
|
.sidebar {
|
2021-12-16 11:53:56 +01:00
|
|
|
transition: width 0.08s linear;
|
2021-09-16 15:50:55 +02:00
|
|
|
box-shadow: none;
|
2021-12-16 11:53:56 +01:00
|
|
|
background-color: #170229;
|
|
|
|
}
|
2021-09-16 15:50:55 +02:00
|
|
|
|
|
|
|
.sidebar ~ main.content:after {
|
2021-12-16 11:53:56 +01:00
|
|
|
background: #000;
|
|
|
|
}
|
2021-09-16 15:50:55 +02:00
|
|
|
|
|
|
|
.sidebar .sidebar-wrapper {
|
2021-12-16 11:53:56 +01:00
|
|
|
border-right: 1px solid none;
|
|
|
|
}
|
2021-09-16 15:50:55 +02:00
|
|
|
|
|
|
|
.sidebar .sidebar-wrapper {
|
2021-12-16 11:53:56 +01:00
|
|
|
border-right: 1px solid rgba(0, 0, 0, 0.125);
|
|
|
|
}
|
2021-09-16 15:50:55 +02:00
|
|
|
|
|
|
|
.sidebar ul.sidebar-elements li > a.sidebar-link {
|
2021-12-16 11:53:56 +01:00
|
|
|
color: #fff;
|
|
|
|
}
|
2021-09-16 15:50:55 +02:00
|
|
|
|
|
|
|
.sidebar ul.sidebar-elements li > a.sidebar-link.active {
|
|
|
|
background-color: #343a40;
|
2021-12-16 11:53:56 +01:00
|
|
|
color: #3cf281;
|
|
|
|
}
|
2021-09-16 15:50:55 +02:00
|
|
|
|
|
|
|
.sidebar ul.sidebar-elements li > a.sidebar-link.have-active-child {
|
|
|
|
background-color: #343a40;
|
2021-12-16 11:53:56 +01:00
|
|
|
color: #3cf281;
|
|
|
|
}
|
2021-09-16 15:50:55 +02:00
|
|
|
|
2021-11-11 14:58:07 +01:00
|
|
|
.sidebar ul.sidebar-elements li > a.sidebar-link.have-active-child::after {
|
2022-01-20 14:00:37 +01:00
|
|
|
background-color: #6f42c1;
|
|
|
|
}
|
2021-11-11 14:58:07 +01:00
|
|
|
|
2021-09-16 15:50:55 +02:00
|
|
|
.sidebar ul.sidebar-elements li > a.sidebar-link:hover {
|
|
|
|
background-color: #495057;
|
2021-12-16 11:53:56 +01:00
|
|
|
color: #3cf281;
|
|
|
|
}
|
2021-09-16 15:50:55 +02:00
|
|
|
|
|
|
|
.sidebar.expanded ul.sidebar-elements li > a.sidebar-link.have-active-child,
|
|
|
|
.sidebar:hover ul.sidebar-elements li > a.sidebar-link.have-active-child {
|
2021-12-16 11:53:56 +01:00
|
|
|
background-color: unset;
|
|
|
|
}
|
2021-09-16 15:50:55 +02:00
|
|
|
|
|
|
|
.sidebar.expanded ul.sidebar-elements li > a.sidebar-link.have-active-child:hover,
|
|
|
|
.sidebar:hover ul.sidebar-elements li > a.sidebar-link.have-active-child:hover {
|
2021-12-16 11:53:56 +01:00
|
|
|
background-color: #495057;
|
|
|
|
}
|
2021-09-16 15:50:55 +02:00
|
|
|
|
|
|
|
ul.sidebar-elements li > a.sidebar-link.active::after {
|
2021-12-16 11:53:56 +01:00
|
|
|
background-color: #6f42c1;
|
|
|
|
}
|
2021-09-16 15:50:55 +02:00
|
|
|
|
|
|
|
.lock-sidebar > a.btn {
|
2021-12-16 11:53:56 +01:00
|
|
|
background-color: unset;
|
|
|
|
}
|