2020-11-09 04:32:36 +01:00
|
|
|
.admin-wizards-manager .admin-wizard-controls {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-start;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-11-09 04:32:36 +01:00
|
|
|
h3 {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-11-09 04:32:36 +01:00
|
|
|
.buttons {
|
|
|
|
display: flex;
|
|
|
|
margin-left: auto;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-11-09 04:32:36 +01:00
|
|
|
> * {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-11-09 04:32:36 +01:00
|
|
|
#import-button:enabled,
|
|
|
|
#export-button:enabled {
|
2021-06-29 09:49:28 +02:00
|
|
|
background-color: var(--tertiary);
|
|
|
|
color: var(--secondary);
|
2020-11-09 04:32:36 +01:00
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-11-09 04:32:36 +01:00
|
|
|
#destroy-button:enabled {
|
2021-06-29 09:49:28 +02:00
|
|
|
background-color: var(--danger);
|
|
|
|
color: var(--secondary);
|
2020-11-09 04:32:36 +01:00
|
|
|
}
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-11-09 04:32:36 +01:00
|
|
|
#file-upload {
|
|
|
|
display: none;
|
|
|
|
}
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-11-09 04:32:36 +01:00
|
|
|
.filename {
|
|
|
|
padding: 0 10px;
|
2021-06-29 09:49:28 +02:00
|
|
|
border: 1px solid var(--primary);
|
2020-11-09 04:32:36 +01:00
|
|
|
display: inline-flex;
|
|
|
|
height: 28px;
|
|
|
|
line-height: 28px;
|
2021-04-12 08:35:15 +02:00
|
|
|
|
2020-11-09 04:32:36 +01:00
|
|
|
a {
|
2021-06-29 09:49:28 +02:00
|
|
|
color: var(--primary);
|
2020-11-09 04:32:36 +01:00
|
|
|
margin-right: 5px;
|
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.wizard-list-select {
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wizard-action-buttons {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.control-column {
|
|
|
|
width: 100px;
|
|
|
|
text-align: center;
|
|
|
|
}
|