From 7fe3e22f3a97ea68952d54fde06f977a53a07e64 Mon Sep 17 00:00:00 2001 From: tripathyr Date: Mon, 27 Dec 2021 17:28:31 +0530 Subject: [PATCH] Update main.css --- Layouts/boxes layout/css/main.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Layouts/boxes layout/css/main.css b/Layouts/boxes layout/css/main.css index b007d04..b14a02f 100644 --- a/Layouts/boxes layout/css/main.css +++ b/Layouts/boxes layout/css/main.css @@ -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; margin: 0; @@ -479,4 +489,4 @@ main { background: rgba(var(--text-color), 0.1); cursor: pointer; } -} \ No newline at end of file +}