
* Service worker with toast notifications * Update CSP to allow fetches from now.sh * Fixed clearing timers * rounded icon for pwa (#1301) * rounded icon for pwa * cirle pwa app icon * fix fonts caching * fix app * fix css import * Updated csp tp inlcude worker-src: self * add worker CSP rule * use square icon Co-authored-by: Timur Khazamov <t1mmaas@skbkontur.ru> Co-authored-by: Faustino Kialungila <Faustino.kialungila@gmail.com> Co-authored-by: kbariotis <konmpar@gmail.com>
8 lines
171 B
SCSS
8 lines
171 B
SCSS
:root {
|
|
--text-color-primary: #343a40;
|
|
--bg-color-main: #fff;
|
|
--shadow-island: 0 1px 5px rgba(0, 0, 0, 0.15);
|
|
--border-radius-m: 4px;
|
|
--space-factor: 0.25rem;
|
|
}
|