15 lines
489 B
SCSS
15 lines
489 B
SCSS
:root {
|
|
// check also sass/abstracts/variables/_colors.scss
|
|
//$color__xxp-salmon: #ff866f;
|
|
//$color__xxp-yellow: #ffcb1f;
|
|
//$color__xxp-pink: #ff6bc3;
|
|
//$color__xxp-violet: #651aff;
|
|
//$color__xxp-cyan: #00d1ec;
|
|
//$color__xxp-green: #00f274;
|
|
//$color__xxp-red: #ff5a69;
|
|
--bubble-color-01: #ff5a69; //$color__xxp-red;
|
|
--bubble-color-02: #ffcb1f; //$color__xxp-yellow;
|
|
--bubble-color-03: #00d1ec; //$color__xxp-cyan;
|
|
--bubble-color-04: #00f274; //$color__xxp-green;
|
|
}
|