appearance: some dialogs fixed

This commit is contained in:
muerwre 2018-11-27 12:12:27 +07:00
parent 169d4d4222
commit 291280c52e
7 changed files with 33 additions and 7 deletions

View file

@ -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 {