feat(core): add styles for vanilla form elements

#1
This commit is contained in:
Alexander Navarro 2024-09-16 20:35:38 -03:00
parent 919afcbcfc
commit e754e40622
22 changed files with 1034 additions and 184 deletions

View file

@ -0,0 +1,8 @@
.btn {
padding: var(--msp-spacing-1);
}
.btn-primary {
background-color: var(--msp--primary-bg);
color: var(--msp--primary-text);
}