1
1
mirror of https://github.com/primer/css.git synced 2025-01-05 21:22:57 +03:00

use spacer instead of static value

This commit is contained in:
Diana Mounter 2017-11-09 18:57:53 -05:00
parent c6794cf953
commit 11338918fe

View File

@ -112,7 +112,7 @@
}
&::after {
margin-top: -8px;
margin-top: -$spacer-2;
}
}