Update main.css

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

View File

@ -1,3 +1,13 @@
/*
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; padding: 0;
margin: 0; margin: 0;