0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00

Ensure bootstrap mode notice is hidden in wizard

Dieser Commit ist enthalten in:
Angus McLeod 2022-08-22 14:39:01 +02:00
Ursprung 800ec34ed3
Commit 7386be3ac0

Datei anzeigen

@ -3,7 +3,8 @@ body.custom-wizard {
.global-notice,
.create-topics-notice,
.top-notices-outlet,
.consent_banner {
.consent_banner,
.bootstrap-mode-notice {
display: none;
}
}