diff --git a/Layouts/many sections layout/css/main.css b/Layouts/many sections layout/css/main.css index d7ca143..a5fd428 100644 --- a/Layouts/many sections layout/css/main.css +++ b/Layouts/many sections layout/css/main.css @@ -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; } -} \ No newline at end of file +}