mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
dialogs: mobile shade
This commit is contained in:
parent
43bbd6f0d5
commit
091083300c
1 changed files with 12 additions and 0 deletions
|
@ -28,6 +28,11 @@
|
||||||
|
|
||||||
@media (max-width: @mobile_breakpoint) {
|
@media (max-width: @mobile_breakpoint) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
z-index: 6;
|
||||||
|
|
||||||
|
&.active {
|
||||||
|
background: rgba(19, 45, 53, 0.8);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -56,6 +61,13 @@
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: @mobile_breakpoint) {
|
||||||
|
border-radius: @panel_radius;
|
||||||
|
bottom: 10px;
|
||||||
|
right: 10px;
|
||||||
|
width: 49px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialog-content {
|
.dialog-content {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue