mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
fixed some dialogs
This commit is contained in:
parent
39d950d5c5
commit
8c3ce1d1a5
4 changed files with 74 additions and 38 deletions
|
@ -235,6 +235,18 @@
|
|||
}
|
||||
}
|
||||
|
||||
.helper:first-child {
|
||||
border-radius: @panel_radius @panel_radius 0 0;
|
||||
}
|
||||
|
||||
.helper:last-child {
|
||||
border-radius: 0 0 @panel_radius @panel_radius;
|
||||
}
|
||||
|
||||
.helper:only-child {
|
||||
border-radius: @panel_radius;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.control-dialog-provider {
|
||||
|
@ -255,7 +267,7 @@
|
|||
display: flex;
|
||||
|
||||
background: #222222;
|
||||
border-radius: @panel_radius;
|
||||
//border-radius: @panel_radius;
|
||||
box-shadow: @bar_shadow;
|
||||
|
||||
@media (max-width: @mobile_breakpoint) {
|
||||
|
@ -304,6 +316,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.flex_1 {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.helper__buttons {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue