mirror of
https://github.com/primer/css.git
synced 2024-11-13 08:04:16 +03:00
fix(Box): resolves #685
This commit is contained in:
parent
1f85792d6a
commit
351d627cdf
@ -70,7 +70,7 @@
|
||||
|
||||
.Box-header {
|
||||
padding: $spacer-3;
|
||||
margin: -$border-width -$border-width 0;
|
||||
margin: (-$border-width) (-$border-width) 0;
|
||||
background-color: $bg-gray;
|
||||
border-color: $border-gray-dark;
|
||||
border-style: $border-style;
|
||||
|
Loading…
Reference in New Issue
Block a user