Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +01:00
formatting tweak to prevent change of update button status disturbing layout
Dieser Commit ist enthalten in:
Ursprung
812d3d0554
Commit
fe7b1ecb64
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
|
@ -937,6 +937,11 @@ $error: #ef1700;
|
|||
.supplier-authorize {
|
||||
display: inline-flex;
|
||||
|
||||
button.update {
|
||||
width: 40px;
|
||||
height: 34px;
|
||||
}
|
||||
|
||||
.btn-pavilion-support {
|
||||
&:hover {
|
||||
color: var(--pavilion-secondary);
|
||||
|
|
Laden …
In neuem Issue referenzieren