1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00

Remove duplicate position property for .btn-loading:after

This commit is contained in:
Andrew Abraham
2018-05-29 18:10:07 -07:00
parent 1d109152d5
commit da09e66ef7

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;
}
}
}