feat(css): add framework-agnostic design system
This commit is contained in:
parent
e12ec8681b
commit
c251ead206
23 changed files with 1285 additions and 0 deletions
11
packages/css/components/divider.css
Normal file
11
packages/css/components/divider.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[data-component="divider"] {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
transform: scaleY(0.5);
|
||||
border: none;
|
||||
background: var(--oc-border-strong);
|
||||
flex: none;
|
||||
align-self: stretch;
|
||||
flex-grow: 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue