Merge remote-tracking branch 'origin/master' into fix_introduce_consistent_button_position_in_change_dialogs

This commit is contained in:
Melanie Retter
2016-06-03 13:50:14 +02:00
20 changed files with 1128 additions and 294 deletions

View File

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