diff --git a/app/src/components/globals/Icon.vue b/app/src/components/globals/Icon.vue index bcd90655..0799be35 100644 --- a/app/src/components/globals/Icon.vue +++ b/app/src/components/globals/Icon.vue @@ -1,12 +1,13 @@ @@ -26,5 +27,25 @@ export default { &.fs-sm { font-size: 1rem; } + + &.variant { + font-size: .8rem; + width: 1.35rem; + min-width: 1.35rem; + height: 1.35rem; + line-height: 165%; + border-radius: 50rem; + + @each $color, $value in $theme-colors { + &.#{$color} { + background-color: $value; + color: $white; + } + } + + &.warning { + color: $black; + } + } }