mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 02:53:51 +00:00
12 lines
245 B
SCSS
12 lines
245 B
SCSS
$theme-colors: (
|
|
'primary': #145bea,
|
|
'secondary': #833bec,
|
|
'success': #1ce1ac,
|
|
'info': #ff7d50,
|
|
'warning': #ffbe0b,
|
|
'danger': #ff007f,
|
|
'light': #c0ccda,
|
|
'dark': #001738,
|
|
);
|
|
|
|
@import '~/node_modules/bootstrap/scss/bootstrap.scss'; |