Skip to content

Commit

Permalink
update structura cod
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrovC committed Oct 18, 2022
1 parent 5856d2c commit 1508839
Show file tree
Hide file tree
Showing 15 changed files with 725 additions and 565 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"parserOptions": {
"parser": "@babel/eslint-parser"
},
"rules": {}
"rules": {
}
},
"browserslist": [
"> 1%",
Expand Down
14 changes: 13 additions & 1 deletion src/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,20 @@
$body-bg: #FAFAFC;
$body-color: red;
$enable-rounded: true;
$neutral-50: #F8FAFC;
$neutral-200: #E2E8F0;
$neutral-300: #cbd5e1;
$neutral-400: #a2abb8;
$neutral-500: #6e7886;
$neutral-700: #334155;
$netural-900: #052843;
$warning-25: #FFFCF5;
$warning-50: #F9F3EC;
$warning-100: #f9ece0;
$warning-300: #FEC84B;
$warning-700: #F9A24B;
$warning-800: #F99632;

// Then import Bootstrap and BootstrapVue SCSS files (order is important)
@import 'node_modules/bootstrap/scss/bootstrap.scss';
@import 'node_modules/bootstrap-vue/src/index.scss';

Expand Down
Loading

0 comments on commit 1508839

Please sign in to comment.