Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-15 14:22:53 +01:00
UX: Create pro button custom styling
Dieser Commit ist enthalten in:
Ursprung
0ba6d5767a
Commit
3b0b6736e4
1 geänderte Dateien mit 26 neuen und 0 gelöschten Zeilen
|
@ -707,3 +707,29 @@
|
|||
width: 80px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.btn-pavilion-pro {
|
||||
background: #3C1c8c;
|
||||
color: white;
|
||||
|
||||
.d-icon {
|
||||
color: white;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: #2d1569 !important;
|
||||
color: rgba(white, 0.8);
|
||||
&[href], svg.d-icon {
|
||||
color: rgba(white, 0.85) !important;
|
||||
}
|
||||
}
|
||||
|
||||
&:focus {
|
||||
border: 2px solid white;
|
||||
background: #2d1569 !important;
|
||||
}
|
||||
|
||||
&[href] {
|
||||
color: white;
|
||||
}
|
||||
}
|
Laden …
In neuem Issue referenzieren