1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 22:01:43 +03:00

Updating 24px spacer values to use the sass variable $spacer-4

This commit is contained in:
Jon Rohan 2017-07-17 13:29:44 -07:00
parent f57d220a91
commit 9cd40a953e

View File

@ -6,7 +6,7 @@
max-width: 100%;
height: 34px;
// IE9 hacks to reduce padding
padding-right: 24px;
padding-right: $spacer-4;
padding-right: $spacer-2 \9;
background: $bg-white url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC") no-repeat right 8px center;
// IE9 hacks to hide the background-image