(css,html) Colorize tags of messages

This commit is contained in:
Francis Lachapelle
2016-01-08 22:06:35 -05:00
parent dc43146a4e
commit 09b3b4e13f
4 changed files with 22 additions and 4 deletions
@@ -45,6 +45,12 @@ md-chips {
width: 0;
}
}
.sg-chip-color {
@extend .sg-chip-progress;
span {
width: 100%;
}
}
}
// Enlarge the default autocompletion menu
@@ -123,7 +123,7 @@ div.md-tile-left {
&-color-chip {
display: block;
border-radius: 50%;
margin-left: $bl;
margin: 0 $bl;
border-color: white;
border-style: solid;
width: $sg-color-chip-width;