Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
33 Zeilen
Kein EOL
414 B
SCSS
33 Zeilen
Kein EOL
414 B
SCSS
.admin-wizards-transfer .admin-container .container {
|
|
padding-top: 20px;
|
|
}
|
|
|
|
#file-url {
|
|
display: block;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.wizard-list-select {
|
|
list-style-type: none;
|
|
}
|
|
|
|
.wizard-action-buttons {
|
|
flex-direction: column;
|
|
}
|
|
|
|
.import-message {
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.import-logs {
|
|
margin-top: 20px;
|
|
|
|
.title {
|
|
font-weight: 800;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
ul {
|
|
list-style: none;
|
|
}
|
|
} |