Add notification reminder popup component
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
/**
|
||||
* Do not edit directly
|
||||
* Generated on Sat, 07 May 2022 17:24:18 GMT
|
||||
* Generated on Tue, 17 May 2022 02:47:26 GMT
|
||||
*/
|
||||
|
||||
:root {
|
||||
--text-color: var(--theme-text-color);
|
||||
--text-color-secondry: var(--theme-text-color-secondary);
|
||||
--link-color: var(--theme-link-color);
|
||||
--popover-background: var(--theme-background);
|
||||
--popover-background: #6941c6;
|
||||
--background-color-light: var(--theme-background-secondary);
|
||||
--primary-color: #9e77ed;
|
||||
--info-color: #667085;
|
||||
@@ -27,7 +27,7 @@
|
||||
'Segoe UI Symbol', 'Noto Color Emoji';
|
||||
--theme-background: #1b1a26; /* The main background color of the page. */
|
||||
--theme-background-secondary: #16151f; /* A secondary background color used in sections and controls. */
|
||||
--theme-rounded-corners: 5px; /* The radius of rounded corners. */
|
||||
--theme-rounded-corners: 5px; /* The radius of rounded corners used in places. */
|
||||
--theme-success-color: #12b76a;
|
||||
--theme-info-color: #d6bbfb;
|
||||
--theme-warning-color: #f79009;
|
||||
|
||||
Reference in New Issue
Block a user