parent
919afcbcfc
commit
e754e40622
22 changed files with 1034 additions and 184 deletions
8
packages/components/src/components.scss
Normal file
8
packages/components/src/components.scss
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.btn {
|
||||
padding: var(--msp-spacing-1);
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
background-color: var(--msp--primary-bg);
|
||||
color: var(--msp--primary-text);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue