@@ -10,9 +10,9 @@ $info: $dv-info-color;
1010$warning : $dv-warning-color ;
1111$danger : $dv-danger-color ;
1212
13- @import " ../../../../../../node_modules/ bootstrap/scss/functions" ;
14- @import " ../../../../../../node_modules/ bootstrap/scss/variables" ;
15- @import " ../../../../../../node_modules/ bootstrap/scss/mixins" ;
13+ @import " bootstrap/scss/functions" ;
14+ @import " bootstrap/scss/variables" ;
15+ @import " bootstrap/scss/mixins" ;
1616
1717// Body
1818$body-color : $dv-text-color ;
@@ -35,67 +35,67 @@ $link-color: $dv-link-color;
3535$link-hover-color : $dv-link-hover-color ;
3636
3737// Base
38- @import " ../../../../../../node_modules/ bootstrap/scss/maps" ;
39- @import " ../../../../../../node_modules/ bootstrap/scss/root" ;
40- @import " ../../../../../../node_modules/ bootstrap/scss/reboot" ;
41- @import " ../../../../../../node_modules/ bootstrap/scss/type" ;
38+ @import " bootstrap/scss/maps" ;
39+ @import " bootstrap/scss/root" ;
40+ @import " bootstrap/scss/reboot" ;
41+ @import " bootstrap/scss/type" ;
4242
4343// Buttons and Dropdowns
44- @import " ../../../../../../node_modules/ bootstrap/scss/buttons" ;
45- @import ' ../../../../../../node_modules/ bootstrap/scss/button-group' ;
46- @import " ../../../../../../node_modules/ bootstrap/scss/dropdown" ;
44+ @import " bootstrap/scss/buttons" ;
45+ @import ' bootstrap/scss/button-group' ;
46+ @import " bootstrap/scss/dropdown" ;
4747
4848// Grid
49- @import " ../../../../../../node_modules/ bootstrap/scss/utilities" ;
50- @import " ../../../../../../node_modules/ bootstrap/scss/utilities/api" ;
51- @import " ../../../../../../node_modules/ bootstrap/scss/containers" ;
52- @import " ../../../../../../node_modules/ bootstrap/scss/grid" ;
49+ @import " bootstrap/scss/utilities" ;
50+ @import " bootstrap/scss/utilities/api" ;
51+ @import " bootstrap/scss/containers" ;
52+ @import " bootstrap/scss/grid" ;
5353
5454// Badge
55- @import " ../../../../../../node_modules/ bootstrap/scss/badge" ;
55+ @import " bootstrap/scss/badge" ;
5656
5757// Forms
5858$form-label-font-weight : $dv-font-weight-bold ;
5959
60- @import " ../../../../../../node_modules/ bootstrap/scss/forms" ;
60+ @import " bootstrap/scss/forms" ;
6161
6262
6363// Table
64- @import " ../../../../../../node_modules/ bootstrap/scss/tables" ;
64+ @import " bootstrap/scss/tables" ;
6565
6666
6767// Accordion
68- @import " ../../../../../../node_modules/ bootstrap/scss/accordion" ;
68+ @import " bootstrap/scss/accordion" ;
6969
7070// Modal
71- @import " ../../../../../../node_modules/ bootstrap/scss/modal" ;
72- @import " ../../../../../../node_modules/ bootstrap/scss/close" ;
71+ @import " bootstrap/scss/modal" ;
72+ @import " bootstrap/scss/close" ;
7373
7474// Breadcrumb
7575$breadcrumb-divider : " >" ;
7676
77- @import " ../../../../../../node_modules/ bootstrap/scss/breadcrumb" ;
77+ @import " bootstrap/scss/breadcrumb" ;
7878
7979// QuestionMarkTooltip
8080$tooltip-max-width : 500px ;
8181
82- @import " ../../../../../../node_modules/ bootstrap/scss/tooltip" ;
82+ @import " bootstrap/scss/tooltip" ;
8383
8484// Alert
85- @import " ../../../../../../node_modules/ bootstrap/scss/alert" ;
85+ @import " bootstrap/scss/alert" ;
8686
8787// Pagination
88- @import " ../../../../../../node_modules/ bootstrap/scss/pagination" ;
88+ @import " bootstrap/scss/pagination" ;
8989
9090// Navbar
9191
9292$navbar-light-brand-color : $dv-brand-color ;
9393$navbar-brand-font-size : $dv-brand-font-size ;
9494
95- @import " ../../../../../../node_modules/ bootstrap/scss/nav" ;
96- @import " ../../../../../../node_modules/ bootstrap/scss/navbar" ;
97- @import " ../../../../../../node_modules/ bootstrap/scss/transitions" ;
98- @import " ../../../../../../node_modules/ bootstrap/scss/helpers" ;
95+ @import " bootstrap/scss/nav" ;
96+ @import " bootstrap/scss/navbar" ;
97+ @import " bootstrap/scss/transitions" ;
98+ @import " bootstrap/scss/helpers" ;
9999
100100.navbar-collapse {
101101 justify-content : end ;
0 commit comments