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