1
0
mirror of https://github.com/tabler/tabler.git synced 2026-06-17 12:50:03 +04:00

Merge pull request #144 from akabraham/feature/duplicate-position

Remove duplicate position property for .btn-loading:after
This commit is contained in:
Paweł Kuna
2018-06-12 16:06:50 +02:00
committed by GitHub
+1 -2
View File
@@ -98,7 +98,6 @@
display: block;
height: 1.4em;
width: 1.4em;
position: absolute;
left: calc(50% - (1.4em / 2));
top: calc(50% - (1.4em / 2));
transform-origin: center;
@@ -115,4 +114,4 @@
&.btn-secondary:after {
border-color: $yiq-text-dark;
}
}
}