diff --git a/.gitignore b/.gitignore index 0711527..0162b46 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ testem.log # System files .DS_Store Thumbs.db +src/environments/environment.ts diff --git a/src/styles.scss b/src/styles.scss index 47f0cce..9028e68 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -71,6 +71,7 @@ h6 { .displayTableCell { display: table-cell; vertical-align: middle; + background-color: #12056d; width: 100%; height: 100%; } @@ -84,7 +85,6 @@ h3 { .authBlock { margin: 0 auto; max-width: 400px; - background: white; padding: 30px 40px 10px; overflow: hidden; -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04); @@ -650,7 +650,7 @@ body .table thead th { } .displayTable { - background: white; + background: rgb(255, 255, 255); } .authBlock {