Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
Stylesheet loading has changed
Dieser Commit ist enthalten in:
Ursprung
a6516fe383
Commit
c565516ac4
1 geänderte Dateien mit 7 neuen und 1 gelöschten Zeilen
|
@ -1,5 +1,11 @@
|
|||
@import "common/components/navs";
|
||||
|
||||
.clearfix {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.wizards-nav-button {
|
||||
@extend .nav-pills;
|
||||
@extend .nav-pills !optional;
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
|
Laden …
In neuem Issue referenzieren