Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-22 01:10:28 +01:00
css tweak
Dieser Commit ist enthalten in:
Ursprung
9017871f2e
Commit
0fcbcfb6d6
1 geänderte Dateien mit 8 neuen und 6 gelöschten Zeilen
|
@ -44,16 +44,18 @@ $error: #ef1700;
|
|||
}
|
||||
|
||||
.admin-wizards .admin-actions {
|
||||
display: flex;
|
||||
.supplier-authorize {
|
||||
display: inline-flex;
|
||||
|
||||
.btn-pavilion-support {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.supplier-authorize .btn-primary {
|
||||
.btn-primary {
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.wizard-message {
|
||||
background-color: var(--primary-low);
|
||||
|
|
Laden …
In neuem Issue referenzieren