fix style changes after merging in develop
parent
91ec96c8d3
commit
73ba837c26
|
@ -30,6 +30,7 @@ $focus-brightness: 125%;
|
||||||
$warning-color: #ff0064;
|
$warning-color: #ff0064;
|
||||||
// background colour for warnings
|
// background colour for warnings
|
||||||
$warning-bg-color: #DF2A8B;
|
$warning-bg-color: #DF2A8B;
|
||||||
|
$info-bg-color: #2A9EDF;
|
||||||
$mention-user-pill-bg-color: #ff0064;
|
$mention-user-pill-bg-color: #ff0064;
|
||||||
$other-user-pill-bg-color: rgba(0, 0, 0, 0.1);
|
$other-user-pill-bg-color: rgba(0, 0, 0, 0.1);
|
||||||
|
|
||||||
|
@ -184,6 +185,10 @@ $progressbar-color: #000;
|
||||||
@define-mixin mx_DialogButton_hover {
|
@define-mixin mx_DialogButton_hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@define-mixin mx_DialogButton_danger {
|
||||||
|
background-color: $warning-color;
|
||||||
|
}
|
||||||
|
|
||||||
@define-mixin mx_DialogButton_small {
|
@define-mixin mx_DialogButton_small {
|
||||||
@mixin mx_DialogButton;
|
@mixin mx_DialogButton;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
|
|
Loading…
Reference in New Issue