Fixes bug of login options table random resizing
This commit is contained in:
parent
c5d2ebe8f8
commit
648fe1c139
|
@ -98,6 +98,7 @@
|
|||
overflow: hidden;
|
||||
top: -40px;
|
||||
width: 100%;
|
||||
min-height: 13vh;
|
||||
padding: 25px;
|
||||
border-radius: 3px;
|
||||
background: rgb(0, 112, 192);
|
||||
|
|
|
@ -24,6 +24,10 @@ text-center {
|
|||
padding: 30px 15px;
|
||||
}
|
||||
|
||||
.card-desc {
|
||||
min-height: 5vh;
|
||||
}
|
||||
|
||||
::ng-deep .mat-paginator {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
|
|
@ -2,6 +2,10 @@ text-center {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.card-desc {
|
||||
min-height: 5vh;
|
||||
}
|
||||
|
||||
.header-image {
|
||||
background: url("/assets/images/public-dmps-bg.png") no-repeat;
|
||||
background-size: cover;
|
||||
|
|
Loading…
Reference in New Issue