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 {
margin-top: 36px;
margin-bottom: 76px;
background-color: rgb(250, 250, 250);
background-color: #eee;
.tb-login-form {
@media #{$mat-gt-xs} {
width: 550px !important;

View File

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

View File

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