mirror of https://github.com/ElemeFE/element
Add basic <hr> CSS styles (#4061)
parent
29162c76f1
commit
3417f9f006
|
@ -70,3 +70,10 @@ sup, sub {
|
||||||
small {
|
small {
|
||||||
font-size: calc(var(--font-size-base) - 2px);
|
font-size: calc(var(--font-size-base) - 2px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
margin-top: 20px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
border: 0;
|
||||||
|
border-top: 1px solid #eeeeee;
|
||||||
|
}
|
Loading…
Reference in New Issue