28 lines
622 B
SCSS
28 lines
622 B
SCSS
|
|
$DPH-color:rgb(175,175,0);
|
|
$DPH-col-active:rgb(206,205,0);
|
|
$DPH-col-txt:rgb(104,107,0);
|
|
|
|
$BC-color:rgb(2,75,135);
|
|
$BC-col-active:rgb(0,102,177);
|
|
$BC-col-txt:rgb(3,61,111);
|
|
|
|
$SUB-color:rgb(205,7,52);
|
|
$SUB-col-active:rgb(22,0,58);
|
|
$SUB-col-txt:rgb(183,19,48);
|
|
|
|
$SOL-color:rgb(216,85,9);
|
|
$SOL-col-active:rgb(234,91,12);
|
|
$SOL-col-txt:rgb(178,76,20);
|
|
|
|
$DUB-color:rgb(40,141,128);
|
|
$DUB-col-active:rgb(98,165,48);
|
|
$DUB-col-txt:rgb(34,116,44);
|
|
|
|
$OPP-color:rgb(148,27,128);
|
|
$OPP-col-active:rgb(175,19,128);
|
|
$OPP-col-txt:rgb(127,25,101);
|
|
|
|
$JUSO-color:rgb(0,154,168);
|
|
$JUSO-col-active:rgb(51,180,181);
|
|
$JUSO-col-txt:rgb(11,127,138); |