1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 07:39:43 +02:00

Round the corners for label color box!

This commit is contained in:
Harvey Kandola 2019-01-07 19:25:36 +00:00
parent fb391d49a5
commit a424bbfcae
2 changed files with 5 additions and 2 deletions

View file

@ -76,6 +76,10 @@
padding: 0;
}
> .label-color {
@include border-radius(3px);
}
&:hover {
> .dicon {
color: map-get($gray-shades, 600);