UI: set default background color
This commit is contained in:
parent
8a30b99d18
commit
30bca76585
@ -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;
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user