0
0
Fork 1
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:
Angus McLeod 2019-08-21 10:36:31 +10:00
Ursprung a6516fe383
Commit c565516ac4

Datei anzeigen

@ -1,5 +1,11 @@
@import "common/components/navs";
.clearfix {
clear: both;
}
.wizards-nav-button {
@extend .nav-pills;
@extend .nav-pills !optional;
float: left;
}