Fix angular issue if hide the top-bar using "ng-if" instead "ng-show". Same dark blue background when typing the PIN
This commit is contained in:
parent
fa26e32d29
commit
4c1fa3d7b4
2 changed files with 6 additions and 2 deletions
|
|
@ -354,6 +354,10 @@ a:hover {
|
|||
background-color: #F8F8FB;
|
||||
}
|
||||
|
||||
.pin-main {
|
||||
background-color: #2C3E50;
|
||||
}
|
||||
|
||||
.logo-setup {
|
||||
text-align: center;
|
||||
padding: 5rem 0 4rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue