mirror of
https://github.com/primer/css.git
synced 2024-12-01 12:42:32 +03:00
Not valuable spacer uses
This commit is contained in:
parent
6b099a9d34
commit
e27455b5e0
@ -387,7 +387,7 @@ p.explain {
|
||||
}
|
||||
|
||||
.minibutton {
|
||||
top: -$spacer-1;
|
||||
top: -4px;
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -5,7 +5,7 @@
|
||||
position: absolute;
|
||||
top: 11px;
|
||||
right: 100%;
|
||||
left: -$spacer-3;
|
||||
left: -16px;
|
||||
display: block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user