This commit is contained in:
marcusferl@weifer.de 2022-09-16 16:34:38 +02:00
parent 8e6e91943c
commit 84a5331281
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -40,3 +40,4 @@ testem.log
# System files # System files
.DS_Store .DS_Store
Thumbs.db Thumbs.db
src/environments/environment.ts

View File

@ -71,6 +71,7 @@ h6 {
.displayTableCell { .displayTableCell {
display: table-cell; display: table-cell;
vertical-align: middle; vertical-align: middle;
background-color: #12056d;
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
@ -84,7 +85,6 @@ h3 {
.authBlock { .authBlock {
margin: 0 auto; margin: 0 auto;
max-width: 400px; max-width: 400px;
background: white;
padding: 30px 40px 10px; padding: 30px 40px 10px;
overflow: hidden; overflow: hidden;
-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04); -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
@ -650,7 +650,7 @@ body .table thead th {
} }
.displayTable { .displayTable {
background: white; background: rgb(255, 255, 255);
} }
.authBlock { .authBlock {