From 79acfea68135142ffdbfe53951284ed68fb7af29 Mon Sep 17 00:00:00 2001 From: tripathyr Date: Mon, 27 Dec 2021 17:29:46 +0530 Subject: [PATCH] Update main.css --- Layouts/sidebar layout/css/main.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Layouts/sidebar layout/css/main.css b/Layouts/sidebar layout/css/main.css index 22bdc1a..d04c1a1 100644 --- a/Layouts/sidebar layout/css/main.css +++ b/Layouts/sidebar layout/css/main.css @@ -1,3 +1,12 @@ +/* +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; @@ -473,4 +482,4 @@ main { background: rgba(var(--text-color), 0.1); cursor: pointer; } -} \ No newline at end of file +}