mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-08 02:28:50 +01:00
feat(release banner): hide on small screens, move below
This commit is contained in:
parent
2f43a538df
commit
3cd9270a73
1 changed files with 5 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
position: fixed;
|
||||
@include nb-ltr(right, 1.5rem);
|
||||
@include nb-rtl(left, 1.5rem);
|
||||
top: 8vh;
|
||||
top: 40vh;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 5px 12px 0 rgba(0, 32, 128, 0.14);
|
||||
z-index: 99999999;
|
||||
|
|
@ -55,4 +55,8 @@
|
|||
text-transform: uppercase;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 63rem) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue