mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-14 12:54:54 +00:00
(css,html) Colorize tags of messages
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user