Merge remote-tracking branch 'origin/master' into fix_introduce_consistent_button_position_in_change_dialogs
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
@mixin others {
|
||||
|
||||
//Style to display the pending action count
|
||||
.unread {
|
||||
.unread, .error-count {
|
||||
@include valo-badge-style;
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
@@ -21,6 +21,15 @@
|
||||
border-radius: $v-border-radius;
|
||||
color: $widget-bg;
|
||||
}
|
||||
|
||||
.error-count {
|
||||
top: round($v-unit-size / -5);
|
||||
right: round($v-unit-size / 1.9);
|
||||
}
|
||||
|
||||
.error-count-color{
|
||||
@include valo-gradient($color: $red-color);
|
||||
}
|
||||
|
||||
//Deployment view - Style of count message
|
||||
.v-caption-count-msg-box {
|
||||
|
||||
Reference in New Issue
Block a user