diff options
Diffstat (limited to 'client/components/cards/labels.styl')
-rw-r--r-- | client/components/cards/labels.styl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/components/cards/labels.styl b/client/components/cards/labels.styl index cbe4d2b3..0d731e33 100644 --- a/client/components/cards/labels.styl +++ b/client/components/cards/labels.styl @@ -25,6 +25,16 @@ &.add-label box-shadow: 0 0 0 2px darken(white, 25%) inset +.palette-colors + display: flex + flex-wrap: wrap + + .palette-color + flex-grow: 1 + display: flex + align-items: center + justify-content: center + .card-label-green background-color: #3cb500 |