|
|
@@ -127,7 +127,7 @@
|
|
|
justify-content: center;
|
|
|
width: 100px;
|
|
|
padding: 2px 0;
|
|
|
- background-color: @info-color-deprecated-bg;
|
|
|
+ background-color: rgba(#5995f5, 0.15);
|
|
|
transform: skewX(45deg);
|
|
|
|
|
|
&.success {
|
|
|
@@ -135,11 +135,11 @@
|
|
|
}
|
|
|
|
|
|
&.warning {
|
|
|
- background-color: @warning-color-deprecated-bg;
|
|
|
+ background-color: rgba(#ff9000, 0.1);
|
|
|
}
|
|
|
|
|
|
&.error {
|
|
|
- background-color: @error-color-deprecated-bg;
|
|
|
+ background-color: rgba(#e50012, 0.1);
|
|
|
}
|
|
|
|
|
|
.card-state-content {
|