2021-09-24 11:58:42 +02:00
|
|
|
@import "wizard/mapper";
|
|
|
|
@import "wizard/manager";
|
|
|
|
@import "wizard/api";
|
2021-04-12 08:35:15 +02:00
|
|
|
@import "common/components/buttons";
|
2021-09-24 11:58:42 +02:00
|
|
|
@import "wizard/variables";
|
2020-04-01 07:03:26 +02:00
|
|
|
|
2021-11-01 14:52:29 +01:00
|
|
|
$expired: #339b18;
|
|
|
|
$info: #038ae7;
|
|
|
|
$warning: #d47e00;
|
|
|
|
$error: #ef1700;
|
|
|
|
|
2020-04-13 14:17:22 +02:00
|
|
|
.admin-wizard-controls {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
2021-08-10 08:45:23 +02:00
|
|
|
margin-bottom: 10px;
|
2021-11-01 14:52:29 +01:00
|
|
|
min-height: 34px;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
|
|
|
& + .wizard-message + div {
|
2020-04-20 13:40:32 +02:00
|
|
|
margin-top: 20px;
|
|
|
|
}
|
2021-11-01 14:52:29 +01:00
|
|
|
|
|
|
|
h3 {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2020-04-12 01:27:16 +02:00
|
|
|
}
|
|
|
|
|
2020-04-20 13:40:32 +02:00
|
|
|
.wizard-message {
|
2021-06-29 09:49:28 +02:00
|
|
|
background-color: var(--primary-low);
|
2020-04-20 13:40:32 +02:00
|
|
|
width: 100%;
|
2020-04-13 14:17:22 +02:00
|
|
|
padding: 10px;
|
2020-04-20 13:40:32 +02:00
|
|
|
box-sizing: border-box;
|
2020-04-13 14:17:22 +02:00
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
2020-11-09 04:32:36 +01:00
|
|
|
align-items: flex-start;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-04-20 13:40:32 +02:00
|
|
|
.message-block {
|
2020-04-14 01:39:21 +02:00
|
|
|
.d-icon {
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-11-09 04:32:36 +01:00
|
|
|
.d-icon-check-circle {
|
|
|
|
color: var(--success);
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-11-09 04:32:36 +01:00
|
|
|
.d-icon-times-circle {
|
|
|
|
color: var(--danger);
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-04-15 04:47:14 +02:00
|
|
|
a + a {
|
2021-06-29 09:49:28 +02:00
|
|
|
border-left: 1px solid var(--primary-medium);
|
2020-04-15 04:47:14 +02:00
|
|
|
padding-left: 5px;
|
|
|
|
margin-left: 5px;
|
2020-04-15 04:34:39 +02:00
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-11-09 04:32:36 +01:00
|
|
|
.message {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-11-09 04:32:36 +01:00
|
|
|
.list-colon {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-11-09 04:32:36 +01:00
|
|
|
ul {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-11-09 04:32:36 +01:00
|
|
|
span.action {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
}
|
2020-04-14 01:39:21 +02:00
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-04-20 13:40:32 +02:00
|
|
|
& + div {
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
2020-04-15 02:46:44 +02:00
|
|
|
}
|
|
|
|
|
2021-09-09 08:07:12 +02:00
|
|
|
.wizard-table {
|
2020-04-15 02:46:44 +02:00
|
|
|
overflow: scroll;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2021-09-09 08:07:12 +02:00
|
|
|
table td:not(.small) {
|
2020-04-15 07:41:27 +02:00
|
|
|
min-width: 150px;
|
|
|
|
}
|
2021-08-31 01:23:33 +02:00
|
|
|
|
|
|
|
table thead th {
|
|
|
|
text-transform: capitalize;
|
|
|
|
}
|
|
|
|
|
2021-09-09 08:07:12 +02:00
|
|
|
.wizard-table-icon-item {
|
2021-08-31 01:23:33 +02:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2021-09-09 08:07:12 +02:00
|
|
|
|
2021-08-31 01:23:33 +02:00
|
|
|
svg {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-09-09 08:07:12 +02:00
|
|
|
.wizard-table-checkbox-true {
|
2021-08-31 01:23:33 +02:00
|
|
|
text-transform: capitalize;
|
|
|
|
color: var(--success);
|
|
|
|
}
|
|
|
|
|
2021-09-09 08:07:12 +02:00
|
|
|
.wizard-table-checkbox-false {
|
2021-08-31 01:23:33 +02:00
|
|
|
text-transform: capitalize;
|
|
|
|
color: var(--danger);
|
|
|
|
}
|
|
|
|
|
2021-09-09 08:07:12 +02:00
|
|
|
.wizard-table-long-text {
|
2021-08-31 01:23:33 +02:00
|
|
|
&-content {
|
|
|
|
white-space: nowrap;
|
|
|
|
word-wrap: break-word;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
width: 250px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
|
|
|
&.text-expanded {
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
font-size: var(--font-down-1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-09-09 08:07:12 +02:00
|
|
|
.wizard-table-composer-text {
|
2021-08-31 01:23:33 +02:00
|
|
|
font-family: monospace;
|
|
|
|
}
|
2020-03-29 09:49:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.wizard-settings-parent {
|
2021-09-24 11:58:42 +02:00
|
|
|
padding: 1em;
|
2021-06-29 09:49:28 +02:00
|
|
|
border: 1px solid var(--primary-low);
|
2020-03-29 09:49:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.wizard-settings-group {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
flex-flow: wrap;
|
|
|
|
width: 100%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wizard-settings,
|
2020-04-10 09:57:49 +02:00
|
|
|
.wizard-custom-step,
|
|
|
|
.wizard-custom-action {
|
2020-03-29 09:49:33 +02:00
|
|
|
@extend .wizard-settings-parent;
|
|
|
|
@extend .wizard-settings-group;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wizard-basic-details,
|
|
|
|
.wizard-custom-field,
|
2021-09-24 11:58:42 +02:00
|
|
|
.subscription-settings {
|
2020-03-29 09:49:33 +02:00
|
|
|
@extend .wizard-settings-group;
|
2017-10-07 04:27:38 +02:00
|
|
|
}
|
|
|
|
|
2020-04-10 09:57:49 +02:00
|
|
|
.wizard-custom-field {
|
2020-04-02 07:21:57 +02:00
|
|
|
background: transparent;
|
2021-06-29 09:49:28 +02:00
|
|
|
background-color: var(--primary-very-low);
|
2020-04-02 07:21:57 +02:00
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
2020-04-20 11:41:13 +02:00
|
|
|
.wizard-custom-field,
|
|
|
|
.wizard-custom-action {
|
|
|
|
position: relative;
|
|
|
|
display: none;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-04-20 11:41:13 +02:00
|
|
|
&.visible {
|
|
|
|
display: flex;
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-04-20 11:41:13 +02:00
|
|
|
.undo-changes {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-04-13 14:17:22 +02:00
|
|
|
.admin-wizard-container.settings .wizard-basic-details {
|
2020-04-01 07:03:26 +02:00
|
|
|
justify-content: initial;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-04-01 07:03:26 +02:00
|
|
|
.setting {
|
|
|
|
width: auto;
|
|
|
|
margin-right: 20px;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-04-01 07:03:26 +02:00
|
|
|
.setting-label {
|
|
|
|
width: initial;
|
|
|
|
min-width: initial;
|
|
|
|
}
|
|
|
|
}
|
2020-03-31 10:30:53 +02:00
|
|
|
}
|
|
|
|
|
2017-10-06 04:59:02 +02:00
|
|
|
.wizard-header {
|
2020-03-29 09:49:33 +02:00
|
|
|
margin-bottom: 20px;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-03-31 10:30:53 +02:00
|
|
|
&.large {
|
|
|
|
font-size: 1.5em;
|
|
|
|
min-height: 31px;
|
2020-04-13 14:17:22 +02:00
|
|
|
margin-bottom: 20px;
|
2020-04-11 08:22:12 +02:00
|
|
|
display: flex;
|
2020-04-12 01:27:16 +02:00
|
|
|
justify-content: space-between;
|
2020-04-13 14:17:22 +02:00
|
|
|
align-items: flex-start;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-04-01 07:03:26 +02:00
|
|
|
input {
|
|
|
|
margin-bottom: 0;
|
2020-04-13 14:17:22 +02:00
|
|
|
width: 400px;
|
2020-04-01 07:03:26 +02:00
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-04-12 01:27:16 +02:00
|
|
|
label {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2021-09-09 08:07:12 +02:00
|
|
|
button {
|
|
|
|
font-size: 1rem;
|
|
|
|
}
|
|
|
|
|
2020-04-12 01:27:16 +02:00
|
|
|
.download-link {
|
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-04-13 14:17:22 +02:00
|
|
|
.wizard-url {
|
|
|
|
display: inline-flex;
|
|
|
|
margin-left: 20px;
|
|
|
|
max-width: 50%;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-04-13 14:17:22 +02:00
|
|
|
a {
|
|
|
|
padding: 6px 12px;
|
|
|
|
font-size: 1rem;
|
2021-06-29 09:49:28 +02:00
|
|
|
background-color: var(--primary-low);
|
2020-04-13 14:17:22 +02:00
|
|
|
}
|
|
|
|
}
|
2020-03-31 10:30:53 +02:00
|
|
|
}
|
2017-10-06 04:59:02 +02:00
|
|
|
|
|
|
|
&.medium {
|
2020-03-29 09:49:33 +02:00
|
|
|
font-size: 1.3em;
|
2017-10-06 04:59:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&.small {
|
2017-10-13 15:02:34 +02:00
|
|
|
font-size: 1em;
|
|
|
|
margin-bottom: 5px;
|
2017-10-06 04:59:02 +02:00
|
|
|
}
|
2017-10-30 07:24:51 +01:00
|
|
|
|
|
|
|
&.underline {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2021-08-31 01:23:33 +02:00
|
|
|
|
|
|
|
.controls {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: 0.5rem;
|
|
|
|
}
|
2017-10-06 04:59:02 +02:00
|
|
|
}
|
|
|
|
|
2020-04-01 07:03:26 +02:00
|
|
|
.admin-wizard-buttons {
|
|
|
|
margin-top: 20px;
|
2021-02-19 07:18:30 +01:00
|
|
|
display: flex;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2021-02-19 07:18:30 +01:00
|
|
|
.btn {
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
2020-04-01 07:03:26 +02:00
|
|
|
}
|
|
|
|
|
2020-04-13 14:17:22 +02:00
|
|
|
.admin-wizard-container.settings {
|
2021-04-12 08:35:15 +02:00
|
|
|
[class~="setting"] {
|
2020-03-29 09:49:33 +02:00
|
|
|
display: inline-flex;
|
2020-03-31 10:30:53 +02:00
|
|
|
align-items: flex-start;
|
2020-03-29 09:49:33 +02:00
|
|
|
width: 48%;
|
2020-03-31 10:30:53 +02:00
|
|
|
margin-bottom: 30px;
|
|
|
|
padding-bottom: 0;
|
2020-04-02 07:21:57 +02:00
|
|
|
position: relative;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-04-02 07:21:57 +02:00
|
|
|
&:last-of-type {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2017-10-06 04:59:02 +02:00
|
|
|
|
|
|
|
.setting-label {
|
2020-03-29 09:49:33 +02:00
|
|
|
width: 80px;
|
2020-03-31 10:30:53 +02:00
|
|
|
min-width: 80px;
|
2017-10-07 04:27:38 +02:00
|
|
|
}
|
|
|
|
|
2017-10-22 05:37:58 +02:00
|
|
|
.setting-value {
|
2020-03-29 09:49:33 +02:00
|
|
|
flex: 1;
|
|
|
|
overflow: initial;
|
|
|
|
float: initial;
|
|
|
|
width: initial;
|
|
|
|
padding: 0;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2017-10-22 05:37:58 +02:00
|
|
|
label {
|
|
|
|
font-size: 0.85em;
|
|
|
|
}
|
|
|
|
|
2021-09-03 10:46:32 +02:00
|
|
|
> span {
|
2017-10-22 05:37:58 +02:00
|
|
|
font-size: 0.929em;
|
|
|
|
}
|
2017-11-01 05:21:14 +01:00
|
|
|
|
|
|
|
button {
|
|
|
|
display: block;
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
|
|
|
input[type="text"],
|
|
|
|
textarea {
|
2017-11-02 03:22:13 +01:00
|
|
|
width: 100%;
|
2020-03-29 09:49:33 +02:00
|
|
|
box-sizing: border-box;
|
2020-04-01 07:03:26 +02:00
|
|
|
margin-bottom: 0;
|
2021-07-14 10:02:19 +02:00
|
|
|
|
|
|
|
&.medium {
|
|
|
|
width: 40%;
|
|
|
|
}
|
2020-03-29 09:49:33 +02:00
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-04-14 01:39:21 +02:00
|
|
|
input[type="number"] {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-03-29 09:49:33 +02:00
|
|
|
input[disabled] {
|
2021-06-29 09:49:28 +02:00
|
|
|
background-color: var(--primary-low);
|
2020-03-29 09:49:33 +02:00
|
|
|
cursor: not-allowed;
|
2017-11-02 03:22:13 +01:00
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-04-01 07:03:26 +02:00
|
|
|
input.medium {
|
|
|
|
width: 200px;
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-04-13 14:17:22 +02:00
|
|
|
input.small {
|
|
|
|
width: 100px;
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-03-30 01:53:28 +02:00
|
|
|
.uploaded-image-preview {
|
|
|
|
width: 100%;
|
|
|
|
max-height: 100px;
|
2020-04-01 07:03:26 +02:00
|
|
|
margin-bottom: 0;
|
2020-03-30 01:53:28 +02:00
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-03-30 01:53:28 +02:00
|
|
|
.image-upload-controls {
|
|
|
|
label {
|
|
|
|
font-size: 1em;
|
|
|
|
margin: 0 5px 0 0;
|
|
|
|
}
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-03-30 01:53:28 +02:00
|
|
|
> textarea {
|
|
|
|
min-height: 100px;
|
|
|
|
resize: vertical;
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-03-30 01:53:28 +02:00
|
|
|
input[type="checkbox"] {
|
|
|
|
float: left;
|
|
|
|
margin: 5px 7px 0 0;
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
|
|
|
.input .select-kit,
|
|
|
|
> .select-kit {
|
2020-04-13 14:17:22 +02:00
|
|
|
max-width: 250px !important;
|
|
|
|
min-width: 250px !important;
|
|
|
|
}
|
2021-04-20 19:58:19 +02:00
|
|
|
|
|
|
|
&.force-final {
|
|
|
|
padding: 1em;
|
|
|
|
background-color: var(--primary-very-low);
|
|
|
|
|
|
|
|
label,
|
|
|
|
span {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
}
|
2017-10-06 04:59:02 +02:00
|
|
|
}
|
|
|
|
|
2021-04-12 08:35:15 +02:00
|
|
|
&.full,
|
|
|
|
&.full-inline {
|
2017-10-06 04:59:02 +02:00
|
|
|
width: 100%;
|
2018-05-24 07:34:58 +02:00
|
|
|
|
2017-11-02 03:22:13 +01:00
|
|
|
.setting-value {
|
|
|
|
width: initial;
|
|
|
|
float: none;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2019-08-27 08:05:24 +02:00
|
|
|
&.editor {
|
|
|
|
.d-editor {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-03-30 01:53:28 +02:00
|
|
|
.uploaded-image-preview {
|
2020-04-13 14:17:22 +02:00
|
|
|
max-height: 200px;
|
2020-03-30 01:53:28 +02:00
|
|
|
}
|
2017-11-02 03:22:13 +01:00
|
|
|
}
|
2017-10-06 04:59:02 +02:00
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-03-31 10:30:53 +02:00
|
|
|
&.full-inline {
|
|
|
|
.setting-value {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-04-02 07:21:57 +02:00
|
|
|
input {
|
|
|
|
margin: 0 7px 0 0;
|
2020-03-31 10:30:53 +02:00
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-03-31 10:30:53 +02:00
|
|
|
button {
|
|
|
|
margin: 0 0 0 20px;
|
|
|
|
}
|
2020-03-29 09:49:33 +02:00
|
|
|
}
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-04-15 06:48:42 +02:00
|
|
|
&.field-mapper-setting {
|
|
|
|
.setting-value {
|
|
|
|
max-width: calc(100% - 80px);
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-04-15 06:48:42 +02:00
|
|
|
.mapper-input {
|
|
|
|
max-width: 100%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2017-10-13 15:02:34 +02:00
|
|
|
|
|
|
|
label {
|
2020-03-30 01:53:28 +02:00
|
|
|
margin: 3px 0;
|
2017-10-13 15:02:34 +02:00
|
|
|
}
|
2017-11-30 03:55:15 +01:00
|
|
|
|
|
|
|
.setting-gutter {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
2021-08-10 11:00:42 +02:00
|
|
|
|
2021-09-24 11:58:42 +02:00
|
|
|
&.subscription {
|
2021-08-10 11:00:42 +02:00
|
|
|
.setting-label {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
label {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2017-10-13 15:02:34 +02:00
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
|
|
|
.wizard-custom-action > [class~="setting"]:first-of-type {
|
2020-04-01 07:03:26 +02:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2017-10-13 15:02:34 +02:00
|
|
|
|
2017-10-30 07:24:51 +01:00
|
|
|
.select-box-kit-header {
|
|
|
|
height: initial;
|
|
|
|
}
|
|
|
|
|
2017-10-13 15:02:34 +02:00
|
|
|
.buttons .error {
|
2020-08-19 06:41:20 +02:00
|
|
|
color: var(--danger);
|
2017-10-13 15:02:34 +02:00
|
|
|
|
|
|
|
.fa {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.buttons .remove {
|
|
|
|
float: right;
|
2017-10-06 04:59:02 +02:00
|
|
|
}
|
2017-11-30 03:55:15 +01:00
|
|
|
|
|
|
|
.custom-category {
|
|
|
|
margin-top: 5px;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
2017-10-06 04:59:02 +02:00
|
|
|
}
|
|
|
|
|
2020-03-29 09:49:33 +02:00
|
|
|
.btn-after-time {
|
|
|
|
margin-top: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wizard-text-editor {
|
|
|
|
.d-editor {
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
.d-editor-input {
|
2020-04-13 14:17:22 +02:00
|
|
|
min-height: 150px;
|
2020-03-29 09:49:33 +02:00
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-03-29 09:49:33 +02:00
|
|
|
.d-editor-container {
|
|
|
|
display: block;
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-03-29 09:49:33 +02:00
|
|
|
.d-editor-textarea-wrapper {
|
|
|
|
display: grid;
|
|
|
|
margin-bottom: 10px;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-03-29 09:49:33 +02:00
|
|
|
textarea {
|
|
|
|
resize: vertical;
|
|
|
|
}
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-03-29 09:49:33 +02:00
|
|
|
.d-editor-preview-wrapper {
|
|
|
|
display: none;
|
|
|
|
margin: 0 0 10px 0;
|
|
|
|
padding: 10px;
|
2021-06-29 09:49:28 +02:00
|
|
|
background-color: var(--secondary);
|
|
|
|
border: 1px solid var(--primary-medium);
|
2020-03-29 09:49:33 +02:00
|
|
|
max-width: 100%;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-03-29 09:49:33 +02:00
|
|
|
&.force-preview {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-03-29 09:49:33 +02:00
|
|
|
.wizard-editor-gutter {
|
|
|
|
position: relative;
|
|
|
|
display: flex;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-03-29 09:49:33 +02:00
|
|
|
.btn {
|
|
|
|
margin-right: 10px;
|
2021-06-29 09:49:28 +02:00
|
|
|
color: var(--primary);
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2021-03-12 09:50:03 +01:00
|
|
|
&:hover {
|
2021-06-29 09:49:28 +02:00
|
|
|
color: var(--secondary);
|
2021-03-12 09:50:03 +01:00
|
|
|
}
|
2020-03-29 09:49:33 +02:00
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-03-29 09:49:33 +02:00
|
|
|
.wizard-editor-gutter-popover {
|
|
|
|
position: absolute;
|
|
|
|
padding: 10px;
|
2021-06-29 09:49:28 +02:00
|
|
|
background-color: var(--secondary);
|
2021-04-12 08:35:15 +02:00
|
|
|
box-shadow: shadow("card");
|
2020-03-29 09:49:33 +02:00
|
|
|
z-index: 200;
|
|
|
|
top: 40px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-10-06 04:59:02 +02:00
|
|
|
.wizard-links {
|
2020-04-20 13:40:32 +02:00
|
|
|
margin: 40px 0 20px 0;
|
2020-03-30 01:53:28 +02:00
|
|
|
display: inline-block;
|
2020-03-29 09:49:33 +02:00
|
|
|
width: 100%;
|
2017-10-06 04:59:02 +02:00
|
|
|
|
2020-04-11 08:22:12 +02:00
|
|
|
.link-list {
|
2017-10-17 09:18:53 +02:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
2020-04-11 08:22:12 +02:00
|
|
|
display: inline-flex;
|
|
|
|
align-items: flex-start;
|
|
|
|
flex-flow: wrap;
|
2017-10-17 09:18:53 +02:00
|
|
|
|
2020-04-11 08:22:12 +02:00
|
|
|
> div {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-right: 10px;
|
2017-10-17 09:18:53 +02:00
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2021-02-19 07:18:30 +01:00
|
|
|
.btn {
|
|
|
|
height: 32px;
|
|
|
|
}
|
2017-10-17 09:18:53 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.sortable-placeholder {
|
|
|
|
height: 30px;
|
|
|
|
width: 100px;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
2021-06-29 09:49:28 +02:00
|
|
|
background-color: var(--primary-low);
|
2017-10-06 04:59:02 +02:00
|
|
|
margin-right: 10px;
|
2017-10-17 09:18:53 +02:00
|
|
|
margin-left: 3px;
|
2017-10-06 04:59:02 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-10-13 15:02:34 +02:00
|
|
|
.wizard-column-contents {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2020-03-29 09:49:33 +02:00
|
|
|
.required-data-message {
|
|
|
|
display: inline-block;
|
|
|
|
margin-top: 20px;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-03-29 09:49:33 +02:00
|
|
|
.label {
|
2019-07-27 09:14:07 +02:00
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-04-01 07:03:26 +02:00
|
|
|
input {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2019-07-27 09:01:29 +02:00
|
|
|
}
|
|
|
|
|
2017-10-09 07:52:09 +02:00
|
|
|
.wizard-field-composer textarea {
|
|
|
|
width: 100%;
|
|
|
|
min-height: 150px;
|
|
|
|
}
|
2017-11-01 05:21:14 +01:00
|
|
|
|
2020-05-15 04:06:21 +02:00
|
|
|
.modal .modal-body.next-session-time-modal {
|
|
|
|
overflow: visible;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-05-15 04:06:21 +02:00
|
|
|
.picker-container {
|
|
|
|
position: absolute;
|
|
|
|
top: 30px;
|
2017-11-01 05:21:14 +01:00
|
|
|
}
|
|
|
|
}
|
2017-11-24 05:32:15 +01:00
|
|
|
|
|
|
|
.post-builder-editor {
|
|
|
|
min-height: 220px;
|
|
|
|
}
|
2018-05-24 07:34:58 +02:00
|
|
|
|
|
|
|
.text-divider {
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
margin: 5px 0;
|
|
|
|
|
|
|
|
> span {
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
> span:before,
|
|
|
|
> span:after {
|
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
width: 9999px;
|
|
|
|
height: 1px;
|
2020-08-19 06:41:20 +02:00
|
|
|
background: var(--tertiary);
|
2018-05-24 07:34:58 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
> span:before {
|
|
|
|
right: 100%;
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
> span:after {
|
|
|
|
left: 100%;
|
|
|
|
margin-left: 15px;
|
|
|
|
}
|
|
|
|
}
|
2019-03-26 04:17:23 +01:00
|
|
|
|
2019-05-31 09:54:11 +02:00
|
|
|
.wizard-step-contents {
|
|
|
|
height: unset !important;
|
|
|
|
}
|
|
|
|
|
2020-04-02 07:21:57 +02:00
|
|
|
.wizard-advanced-toggle {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2021-04-12 08:35:15 +02:00
|
|
|
.add-mapper-input .btn,
|
|
|
|
.btn-after-time,
|
|
|
|
.wizard-editor-gutter .btn {
|
2021-06-29 09:49:28 +02:00
|
|
|
background-color: var(--secondary);
|
|
|
|
border: 1px solid var(--primary-medium);
|
2020-04-02 07:21:57 +02:00
|
|
|
}
|
2020-10-20 07:40:23 +02:00
|
|
|
|
|
|
|
.admin-wizards-custom-fields {
|
2020-11-10 01:56:11 +01:00
|
|
|
.admin-wizard-controls {
|
|
|
|
.buttons {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-11-10 01:56:11 +01:00
|
|
|
button.btn {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
}
|
2020-11-10 01:56:11 +01:00
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-11-10 01:56:11 +01:00
|
|
|
.btn.save:enabled {
|
|
|
|
@extend .btn-primary;
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-11-10 01:56:11 +01:00
|
|
|
.btn.destroy {
|
|
|
|
@extend .btn-danger;
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-11-08 04:24:20 +01:00
|
|
|
h3 {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-10-20 07:40:23 +02:00
|
|
|
.select-kit {
|
2020-11-10 01:56:11 +01:00
|
|
|
width: 150px;
|
2020-10-20 07:40:23 +02:00
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-10-20 07:40:23 +02:00
|
|
|
.select-kit.multi-select {
|
2020-11-10 01:56:11 +01:00
|
|
|
width: 300px;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-10-20 08:07:59 +02:00
|
|
|
.choices .choice,
|
|
|
|
.select-kit-filter .filter-input {
|
|
|
|
height: 25px;
|
|
|
|
min-height: 25px;
|
|
|
|
}
|
2020-10-20 07:40:23 +02:00
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-10-20 07:40:23 +02:00
|
|
|
input[type="text"] {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-11-10 01:56:11 +01:00
|
|
|
table {
|
|
|
|
td {
|
|
|
|
vertical-align: top;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-11-10 01:56:11 +01:00
|
|
|
label {
|
|
|
|
margin: 0;
|
|
|
|
line-height: 30px;
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-11-10 01:56:11 +01:00
|
|
|
td {
|
|
|
|
min-width: 170px;
|
|
|
|
width: 170px;
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-11-10 01:56:11 +01:00
|
|
|
td.multi-select {
|
|
|
|
min-width: 300px;
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-11-10 01:56:11 +01:00
|
|
|
td.input {
|
|
|
|
min-width: 210px;
|
|
|
|
width: 210px;
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-11-10 01:56:11 +01:00
|
|
|
td.actions {
|
|
|
|
min-width: 100px;
|
|
|
|
text-align: right;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-11-10 01:56:11 +01:00
|
|
|
button.btn {
|
|
|
|
margin-left: 5px !important;
|
|
|
|
}
|
2020-11-09 11:44:32 +01:00
|
|
|
}
|
2021-06-08 13:39:49 +02:00
|
|
|
|
|
|
|
td.external {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2020-10-20 08:07:59 +02:00
|
|
|
}
|
2021-02-11 14:52:09 +01:00
|
|
|
}
|
|
|
|
|
2021-09-01 04:19:00 +02:00
|
|
|
.admin-wizard-container.settings .realtime-validations .setting-value > ul {
|
2021-02-13 02:51:37 +01:00
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
2021-09-01 04:19:00 +02:00
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
2021-02-15 12:51:59 +01:00
|
|
|
|
2021-02-16 01:43:00 +01:00
|
|
|
> li {
|
2021-09-24 11:58:42 +02:00
|
|
|
border: 1px solid var(--primary);
|
2021-02-16 01:43:00 +01:00
|
|
|
padding: 1em;
|
2021-02-15 12:51:59 +01:00
|
|
|
margin: 0 0 1em 0;
|
2021-09-07 14:13:01 +02:00
|
|
|
|
2021-09-01 04:19:00 +02:00
|
|
|
.setting-title {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2021-09-01 04:19:00 +02:00
|
|
|
h4 {
|
|
|
|
margin: 0 15px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="checkbox"] {
|
|
|
|
margin: 0 5px 0 0;
|
2021-09-07 14:13:01 +02:00
|
|
|
}
|
2021-09-01 04:19:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.setting-label {
|
|
|
|
width: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.setting-value {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
.input .select-kit,
|
|
|
|
> .select-kit {
|
|
|
|
max-width: unset !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
> span {
|
|
|
|
margin-right: 1em;
|
2021-09-07 14:13:01 +02:00
|
|
|
}
|
2021-02-16 01:43:00 +01:00
|
|
|
}
|
2021-02-15 12:51:59 +01:00
|
|
|
}
|
2021-02-13 02:51:37 +01:00
|
|
|
}
|
|
|
|
|
2021-02-11 14:52:09 +01:00
|
|
|
.validation-container {
|
|
|
|
display: flex;
|
2021-09-01 04:19:00 +02:00
|
|
|
flex-direction: column;
|
2021-02-13 02:51:37 +01:00
|
|
|
padding: 1em 0;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2021-02-11 14:52:09 +01:00
|
|
|
.validation-section {
|
2021-09-01 04:19:00 +02:00
|
|
|
min-width: 250px;
|
2021-09-07 14:13:01 +02:00
|
|
|
margin: 0.5em 0;
|
2021-02-11 14:52:09 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.wizard.category-selector {
|
|
|
|
width: 200px !important;
|
|
|
|
}
|
2021-02-25 11:06:43 +01:00
|
|
|
|
|
|
|
.time-n-value {
|
|
|
|
width: 70px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.select-kit.time-unit-selector {
|
|
|
|
width: 80px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2021-08-10 08:45:23 +02:00
|
|
|
|
2021-09-24 11:58:42 +02:00
|
|
|
.admin-wizards-subscription {
|
2021-08-10 08:45:23 +02:00
|
|
|
.admin-wizard-controls {
|
2021-09-07 14:13:01 +02:00
|
|
|
h3,
|
|
|
|
label {
|
2021-08-10 08:45:23 +02:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
2021-09-07 14:13:01 +02:00
|
|
|
padding: 0.4em 0.5em;
|
|
|
|
margin-left: 0.75em;
|
2021-09-03 10:46:32 +02:00
|
|
|
background-color: var(--success);
|
|
|
|
color: var(--secondary);
|
2021-08-10 08:45:23 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.buttons {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
.loading-container {
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-09-24 11:58:42 +02:00
|
|
|
.custom-wizard-subscription {
|
2021-08-10 08:45:23 +02:00
|
|
|
.title-container {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
2021-09-07 14:13:01 +02:00
|
|
|
margin-bottom: 0.5em;
|
2021-08-10 08:45:23 +02:00
|
|
|
|
|
|
|
h3 {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.buttons > span {
|
2021-09-07 14:13:01 +02:00
|
|
|
margin-right: 0.5em;
|
2021-08-10 08:45:23 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.detail-container {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
padding: 1em;
|
2021-09-03 10:46:32 +02:00
|
|
|
background-color: var(--primary-very-low);
|
2021-08-10 08:45:23 +02:00
|
|
|
|
|
|
|
.subscription-state {
|
2021-09-07 14:13:01 +02:00
|
|
|
padding: 0.25em 0.5em;
|
|
|
|
margin-right: 0.75em;
|
2021-08-10 08:45:23 +02:00
|
|
|
|
|
|
|
&.active {
|
2021-09-03 10:46:32 +02:00
|
|
|
background-color: var(--success);
|
|
|
|
color: var(--secondary);
|
2021-08-10 08:45:23 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-09-03 10:46:32 +02:00
|
|
|
|
2021-09-24 11:58:42 +02:00
|
|
|
.wizard-subscription-selector.select-kit.single-select {
|
2021-10-23 14:06:12 +02:00
|
|
|
.select-kit-row {
|
|
|
|
.texts {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
&.disabled {
|
|
|
|
background: var(--primary-low);
|
|
|
|
}
|
2021-09-03 10:46:32 +02:00
|
|
|
}
|
|
|
|
|
2021-09-24 11:58:42 +02:00
|
|
|
.subscription-label {
|
2021-09-07 14:13:01 +02:00
|
|
|
margin-left: 0.75em;
|
|
|
|
padding-top: 0.25em;
|
2021-10-23 14:06:12 +02:00
|
|
|
color: var(--tertiary);
|
|
|
|
font-size: 0.75em;
|
2021-09-03 10:46:32 +02:00
|
|
|
}
|
|
|
|
}
|
2021-09-07 14:10:12 +02:00
|
|
|
|
2021-09-24 11:58:42 +02:00
|
|
|
.btn.btn-pavilion-support {
|
2021-08-09 23:44:44 +02:00
|
|
|
background: var(--pavilion-primary);
|
|
|
|
color: var(--pavilion-secondary);
|
|
|
|
|
|
|
|
.d-icon {
|
|
|
|
color: var(--pavilion-secondary);
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
2021-09-24 11:58:42 +02:00
|
|
|
background: darken($pavilion_primary, 5%);
|
2021-08-09 23:44:44 +02:00
|
|
|
|
|
|
|
&[href],
|
|
|
|
svg.d-icon {
|
2021-09-24 11:58:42 +02:00
|
|
|
color: darken($pavilion_secondary, 10%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscription-container {
|
|
|
|
width: 100%;
|
|
|
|
padding: 1em;
|
|
|
|
background-color: rgba($pavilion_primary, 0.1);
|
|
|
|
|
|
|
|
.subscription-header {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: var(--pavilion-primary);
|
2021-08-09 23:44:44 +02:00
|
|
|
}
|
|
|
|
}
|
2021-09-24 11:58:42 +02:00
|
|
|
|
|
|
|
&:not(.subscribed) .subscription-settings {
|
|
|
|
filter: blur(1px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-11-01 14:52:29 +01:00
|
|
|
.admin-wizards-notices {
|
|
|
|
.wizard-table {
|
|
|
|
overflow: unset;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-09-24 11:58:42 +02:00
|
|
|
.wizard-notice {
|
2021-11-01 14:52:29 +01:00
|
|
|
padding: .75em;
|
2021-09-24 11:58:42 +02:00
|
|
|
margin-bottom: 1em;
|
2021-11-01 14:52:29 +01:00
|
|
|
border: 1px solid var(--primary-low);
|
2021-09-24 11:58:42 +02:00
|
|
|
|
|
|
|
&.dismissed {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2021-11-01 14:52:29 +01:00
|
|
|
&.expired .notice-badge:not(.notice-expired-at),
|
|
|
|
&.expired a,
|
|
|
|
&.expired p {
|
2021-10-05 14:54:06 +02:00
|
|
|
color: var(--primary-medium) !important;
|
|
|
|
}
|
|
|
|
|
2021-11-01 14:52:29 +01:00
|
|
|
.notice-badge {
|
|
|
|
padding: 0 .5em;
|
2021-09-24 11:58:42 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.notice-header {
|
|
|
|
display: flex;
|
2021-11-01 14:52:29 +01:00
|
|
|
|
|
|
|
.notice-title {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notice-header-right {
|
|
|
|
margin-left: auto;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
.notice-badge {
|
|
|
|
margin-left: .5em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.dismiss-notice-container,
|
|
|
|
.hide-notice-container {
|
|
|
|
width: 40px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2021-09-24 11:58:42 +02:00
|
|
|
}
|
|
|
|
|
2021-11-01 14:52:29 +01:00
|
|
|
.dismiss-notice,
|
|
|
|
.hide-notice {
|
|
|
|
display: flex;
|
2021-09-24 11:58:42 +02:00
|
|
|
align-items: center;
|
|
|
|
|
2021-11-01 14:52:29 +01:00
|
|
|
.d-icon {
|
2021-09-24 11:58:42 +02:00
|
|
|
margin-right: 0;
|
2021-11-01 14:52:29 +01:00
|
|
|
color: var(--primary);
|
2021-09-24 11:58:42 +02:00
|
|
|
}
|
|
|
|
}
|
2021-11-01 14:52:29 +01:00
|
|
|
}
|
2021-09-24 11:58:42 +02:00
|
|
|
|
2021-11-01 14:52:29 +01:00
|
|
|
.notice-badge {
|
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
|
|
|
min-height: 25px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
color: var(--primary) !important;
|
|
|
|
}
|
2021-09-24 11:58:42 +02:00
|
|
|
|
2021-11-01 14:52:29 +01:00
|
|
|
.admin-actions {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2021-09-24 11:58:42 +02:00
|
|
|
|
2021-11-01 14:52:29 +01:00
|
|
|
.wizard-notices-link {
|
|
|
|
position: relative;
|
|
|
|
margin-right: 10px;
|
2021-09-24 11:58:42 +02:00
|
|
|
|
2021-11-01 14:52:29 +01:00
|
|
|
div > a {
|
|
|
|
@include btn;
|
|
|
|
color: var(--secondary) !important;
|
|
|
|
background-color: var(--primary-medium);
|
2021-09-24 11:58:42 +02:00
|
|
|
|
2021-11-01 14:52:29 +01:00
|
|
|
&.active {
|
|
|
|
background-color: var(--tertiary) !important;
|
|
|
|
color: var(--secondary) !important;
|
2021-09-24 11:58:42 +02:00
|
|
|
}
|
|
|
|
}
|
2021-11-01 14:52:29 +01:00
|
|
|
}
|
2021-09-24 11:58:42 +02:00
|
|
|
|
2021-11-01 14:52:29 +01:00
|
|
|
.active-notice-count {
|
|
|
|
background-color: $danger;
|
|
|
|
color: $secondary;
|
|
|
|
border-radius: 50%;
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
|
|
|
line-height: 18px;
|
|
|
|
text-align: center;
|
|
|
|
position: absolute;
|
|
|
|
top: -8px;
|
|
|
|
right: -8px;
|
|
|
|
font-size: .7em;
|
|
|
|
}
|
2021-10-05 14:54:06 +02:00
|
|
|
|
2021-11-01 14:52:29 +01:00
|
|
|
a.show-notice-message {
|
|
|
|
padding: .25em .5em;
|
|
|
|
color: var(--primary);
|
|
|
|
}
|
|
|
|
|
|
|
|
.wizard-notice,
|
|
|
|
.wizard-notice-row:not(.expired):not(.dismissed) {
|
|
|
|
&.info {
|
|
|
|
background-color: rgba($info, 0.1);
|
|
|
|
border: 1px solid rgba($info, 0.5);
|
|
|
|
}
|
|
|
|
&.warning,
|
|
|
|
&.connection-error {
|
|
|
|
background-color: rgba($warning, 0.1);
|
|
|
|
border: 1px solid rgba($warning, 0.5);
|
2021-09-24 11:58:42 +02:00
|
|
|
}
|
2021-08-09 23:44:44 +02:00
|
|
|
}
|
2021-11-01 14:52:29 +01:00
|
|
|
|
|
|
|
.notice-message {
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
.cooked-notice-message {
|
|
|
|
background-color: var(--secondary);
|
|
|
|
padding: 1em;
|
|
|
|
z-index: 1;
|
|
|
|
box-shadow: shadow("dropdown");
|
|
|
|
border-top: 1px solid var(--primary-low);
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|