mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
appearance: some dialogs fixed
This commit is contained in:
parent
169d4d4222
commit
291280c52e
7 changed files with 33 additions and 7 deletions
|
@ -77,7 +77,7 @@
|
|||
span {
|
||||
margin-right: 8px;
|
||||
font-size: 14px;
|
||||
font-weight: 200;
|
||||
font-weight: 500;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
|
@ -174,6 +174,7 @@
|
|||
svg {
|
||||
fill: white;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
|
@ -184,6 +185,22 @@
|
|||
fill: @color_success;
|
||||
}
|
||||
}
|
||||
|
||||
&.primary {
|
||||
color: @color_danger;
|
||||
|
||||
svg {
|
||||
fill: @color_danger;
|
||||
}
|
||||
}
|
||||
|
||||
&.danger {
|
||||
color: @color_danger;
|
||||
|
||||
svg {
|
||||
fill: @color_danger;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.helper__buttons {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue