uptime-kuma/src/assets/vars.scss

24 lines
533 B
SCSS
Raw Permalink Normal View History

2021-08-24 15:38:25 +00:00
$primary: #5cdd8b;
$danger: #dc3545;
$warning: #f8a306;
$maintenance: #1747f5;
2021-06-25 13:55:49 +00:00
$link-color: #111;
2021-07-13 04:16:11 +00:00
$border-radius: 50rem;
$secondary-text: #aaa;
2021-06-25 13:55:49 +00:00
$highlight: #7ce8a4;
$highlight-white: #e7faec;
$dark-font-color: #b1b8c0;
$dark-font-color2: #020b05;
2021-08-24 15:38:25 +00:00
$dark-bg: #0d1117;
$dark-bg2: #070a10;
$dark-border-color: #1d2634;
2021-10-20 10:54:20 +00:00
$dark-header-bg: #161b22;
2021-08-19 18:37:59 +00:00
2021-08-24 15:38:25 +00:00
$easing-in: cubic-bezier(0.54, 0.78, 0.55, 0.97);
2021-08-19 18:37:59 +00:00
$easing-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);
$easing-in-out: cubic-bezier(0.79, 0.14, 0.15, 0.86);
$dropdown-border-radius: 0.5rem;