Update main.css
This commit is contained in:
parent
7fe3e22f3a
commit
b1799c2aca
@ -1,3 +1,11 @@
|
||||
/*
|
||||
Add CSS variables here to change CSS of components
|
||||
Suppose you want to customize button from component, just add
|
||||
|
||||
sm-button {
|
||||
--background : #CCC;
|
||||
}
|
||||
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
@ -385,4 +393,4 @@ ul {
|
||||
sm-popup {
|
||||
--width: 24rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user