fix: Warn if JavaScript is disabled (#3634)
This commit is contained in:
committed by
Eugen Rochko
parent
75c6513c67
commit
8acadeea76
@ -3629,3 +3629,12 @@ button.icon-button.active i.fa-retweet {
|
||||
border-color: transparent transparent $ui-base-color;
|
||||
}
|
||||
}
|
||||
|
||||
noscript {
|
||||
text-align: center;
|
||||
|
||||
div {
|
||||
font-size: 20px;
|
||||
margin: 20px 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user