Update main.css

This commit is contained in:
tripathyr 2021-12-27 17:29:10 +05:30 committed by GitHub
parent 7fe3e22f3a
commit b1799c2aca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}
}