Added CSS --dialog-border-clr and --dialog-border-radius

This commit is contained in:
the-djmaze 2022-11-04 12:30:38 +01:00
parent e5572975a5
commit 4522a2ef6e
3 changed files with 7 additions and 2 deletions

View file

@ -72,7 +72,10 @@
--message-bg-color: #fff;
/* DIALOGS */
--dialog-clr: #333;
--dialog-bg-clr: #fff;
--dialog-border-clr: rgba(0,0,0,.3);
--dialog-border-radius: 6px;
/* FORMS */
--btn-clr: #333;