add missing css class to lightsout theme

This commit is contained in:
glaszig 2021-05-11 17:27:10 -03:00
parent 77d8044f52
commit 1c7f57467f
1 changed files with 6 additions and 0 deletions

View File

@ -421,6 +421,12 @@ pre {
margin-bottom: 0.5em;
}
.loading-spinner {
background: url("../../app/img/loading-spinner.gif") no-repeat scroll center center transparent;
min-height: 150px;
width: 100%;
}
.toggle-off.btn {
padding-left: 1.2rem;
font-size: 0.9rem!important;