app.scss 841 Bytes
Newer Older
Jung Kwangkyu committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
// テーマカラー
$theme-colors: (
    "primary": #0053F0,
    "warning": #DB572E,
    "lightblue": #EBF4FB,
    "black": #000,
    "white": #fff
);

// パンくずスタイル変更
$breadcrumb-divider: quote(">");

// font
$font-family-sans-serif:  "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, 'Open Sans', sans-serif;

// Bootstrap
@import "~bootstrap/scss/bootstrap";

@import '~@fortawesome/fontawesome-free/css/all.min.css';

// datepicker
@import '~tempusdominus-bootstrap-4/src/sass/tempusdominus-bootstrap-4'; 


// 設定
@import "variables";
@import "bootstrap-custom";

// page毎の設定
@import "pages/common";
@import "pages/index";
@import "pages/list";
@import "pages/form_output";
@import "pages/report_form";