add CSS variable to border

This commit is contained in:
Tainan Felipe 2017-11-24 09:08:23 -02:00
parent c7c58fea51
commit e9f7bbf760

View File

@ -48,10 +48,10 @@
border-radius: 50%;
width: 12px;
height: 12px;
bottom: 2px;
bottom: $border-size;
right: 3px;
background-color: $color-danger;
border: 2px solid $color-gray-dark;
border: $border-size solid $color-gray-dark;
}
}