mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 11:16:15 -04:00
style: hr margin
This commit is contained in:
parent
cf3b35b276
commit
5e04b841bd
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
||||||
// 2. Add the correct box sizing in Firefox
|
// 2. Add the correct box sizing in Firefox
|
||||||
hr {
|
hr {
|
||||||
height: 0; // 2
|
height: 0; // 2
|
||||||
|
margin: var(#{$✨}typography-spacing-vertical) 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-top: 1px solid var(#{$✨}muted-border-color);
|
border-top: 1px solid var(#{$✨}muted-border-color);
|
||||||
color: inherit; // 1
|
color: inherit; // 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue