css
This commit is contained in:
parent
8e6e91943c
commit
84a5331281
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -40,3 +40,4 @@ testem.log
|
|||
# System files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
src/environments/environment.ts
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user