18 lines
397 B
SCSS
18 lines
397 B
SCSS
$full-width: 1920px;
|
|
$full-height: 1080px;
|
|
|
|
|
|
$color-bg: rgb(54, 54, 54);
|
|
// $color-bg: rgb(20, 29, 36);
|
|
$color-bg-medium: rgb(74, 74, 74);
|
|
$color-bg-light: rgb(153, 153, 153);
|
|
|
|
$color-title: rgb(33, 56, 71);
|
|
|
|
$color-speaker: rgb(250, 177, 97);
|
|
$color-talk: rgb(90, 159, 212);
|
|
|
|
$color-warm-white: rgb(255, 252, 234);
|
|
|
|
$color-orange-strong: rgb(247, 107, 28);
|
|
$color-blue-strong: rgb(48, 105, 152);
|