UI: set default background color

This commit is contained in:
Igor Kulikov 2020-12-03 14:47:28 +02:00
parent 8a30b99d18
commit 30bca76585
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@
.tb-login-content { .tb-login-content {
margin-top: 36px; margin-top: 36px;
margin-bottom: 76px; margin-bottom: 76px;
background-color: rgb(250, 250, 250); background-color: #eee;
.tb-login-form { .tb-login-form {
@media #{$mat-gt-xs} { @media #{$mat-gt-xs} {
width: 550px !important; width: 550px !important;

View File

@ -29,7 +29,7 @@
body, html { body, html {
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
background-color: rgb(250,250,250); background-color: #eee;
} }
.tb-loading-spinner { .tb-loading-spinner {

View File

@ -41,7 +41,7 @@ body, html {
body { body {
margin: 0; margin: 0;
padding: 0; padding: 0;
background-color: rgb(250,250,250); background-color: #eee;
overflow: hidden; overflow: hidden;
} }