|
|
@ -6,10 +6,14 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
& .bubble-error{ |
|
|
|
& .bubble-error{ |
|
|
|
.background-color(@background-color-negative, 10%); |
|
|
|
background: @color-bi-background-light-failure; |
|
|
|
color: @color-bi-text-failure; |
|
|
|
color: @color-bi-text-failure; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.bi-theme-dark & .bubble-error { |
|
|
|
|
|
|
|
background: @color-bi-background-dark-failure; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
& .bubble-common{ |
|
|
|
& .bubble-common{ |
|
|
|
background: @color-bi-background-light-highlight; |
|
|
|
background: @color-bi-background-light-highlight; |
|
|
|
color: @color-bi-text-highlight; |
|
|
|
color: @color-bi-text-highlight; |
|
|
|