1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-09-01 09:54:02 +02:00

fix scss build warnings

This commit is contained in:
codecalm
2023-01-24 02:01:39 +01:00
parent d34aee13de
commit 87fbf0e194

View File

@@ -318,14 +318,14 @@ Components
width: 1.25rem;
height: 1.25rem;
position: absolute;
top: ($btn-form-height - 1.25rem) / 2;
right: ($btn-form-height - 1.25rem) / 2;
top: ($btn-form-height - 1.25rem) * .5;
right: ($btn-form-height - 1.25rem) * .5;
stroke-width: 1.75;
}
&.icon-left {
.icon {
left: ($btn-form-height - 1.25rem) / 2;
left: ($btn-form-height - 1.25rem) * .5;
right: auto;
}