1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 13:17:29 +03:00

Not valuable spacer uses

This commit is contained in:
Jon Rohan 2017-07-24 14:03:37 -07:00
parent 6b099a9d34
commit e27455b5e0
3 changed files with 3 additions and 3 deletions

View File

@ -387,7 +387,7 @@ p.explain {
}
.minibutton {
top: -$spacer-1;
top: -4px;
float: right;
}
}

View File

@ -72,7 +72,7 @@
.subnav-search-icon {
position: absolute;
top: 9px;
left: $spacer-2;
left: 8px;
display: block;
color: darken($gray-300, 4%);
text-align: center;

View File

@ -5,7 +5,7 @@
position: absolute;
top: 11px;
right: 100%;
left: -$spacer-3;
left: -16px;
display: block;
width: 0;
height: 0;