Add tiny variant to button circle style

This commit is contained in:
2021-11-05 22:40:29 +01:00
parent 460fe9420c
commit 01a87cc0cf

View File

@@ -68,6 +68,19 @@
/* /*
** Variants ** Variants
*/ */
// Tiny size
&--tiny {
height: 24px;
width: 24px;
background-color: #F2F2F2;
img, svg {
width: 8px;
height: 8px;
object-fit: contain;
}
}
// Small size // Small size
&--small { &--small {
height: 32px; height: 32px;