UI: set default background color
This commit is contained in:
parent
8a30b99d18
commit
30bca76585
@ -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;
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
body, html {
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
background-color: rgb(250,250,250);
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.tb-loading-spinner {
|
||||
|
||||
@ -41,7 +41,7 @@ body, html {
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: rgb(250,250,250);
|
||||
background-color: #eee;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user