mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 03:59:21 +03:00
Added CSS --dialog-border-clr and --dialog-border-radius
This commit is contained in:
parent
e5572975a5
commit
4522a2ef6e
3 changed files with 7 additions and 2 deletions
|
|
@ -116,6 +116,8 @@
|
|||
/* DIALOGS */
|
||||
--dialog-clr: var(--color-main-text);
|
||||
--dialog-bg-clr: var(--color-main-background);
|
||||
--dialog-border-clr: #ddd;
|
||||
--dialog-border-radius: var(--border-radius-large);
|
||||
|
||||
/* FORMS */
|
||||
--btn-clr: var(--color-primary-text);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue