|
1 |
| -@import "../../node_modules/bootstrap/scss/bootstrap"; |
2 |
| - |
3 |
| -/* roboto-300 - latin */ |
4 |
| -@font-face { |
5 |
| - font-family: 'Roboto'; |
6 |
| - font-style: normal; |
7 |
| - font-weight: 300; |
8 |
| - src: url('../Fonts/Roboto/roboto-v18-latin-300.eot'); |
9 |
| - src: |
10 |
| - local('Roboto Light'), |
11 |
| - local('Roboto-Light'), |
12 |
| - url('../Fonts/Roboto/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), |
13 |
| - url('../Fonts/Roboto/roboto-v18-latin-300.woff2') format('woff2'), |
14 |
| - url('../Fonts/Roboto/roboto-v18-latin-300.woff') format('woff'), |
15 |
| - url('../Fonts/Roboto/roboto-v18-latin-300.ttf') format('truetype'), |
16 |
| - url('../Fonts/Roboto/roboto-v18-latin-300.svg#Roboto') format('svg'); |
17 |
| -} |
| 1 | +// VARIABLES OVERWRITES |
| 2 | +@import "base/b-variables"; |
| 3 | +@import "base/b-bootstrap-variables"; |
18 | 4 |
|
19 |
| -/* roboto-regular - latin */ |
20 |
| -@font-face { |
21 |
| - font-family: 'Roboto'; |
22 |
| - font-style: normal; |
23 |
| - font-weight: 400; |
24 |
| - src: url('../Fonts/Roboto/roboto-v18-latin-regular.eot'); |
25 |
| - src: |
26 |
| - local('Roboto'), |
27 |
| - local('Roboto-Regular'), |
28 |
| - url('../Fonts/Roboto/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), |
29 |
| - url('../Fonts/Roboto/roboto-v18-latin-regular.woff2') format('woff2'), |
30 |
| - url('../Fonts/Roboto/roboto-v18-latin-regular.woff') format('woff'), |
31 |
| - url('../Fonts/Roboto/roboto-v18-latin-regular.ttf') format('truetype'), |
32 |
| - url('../Fonts/Roboto/roboto-v18-latin-regular.svg#Roboto') format('svg'); |
33 |
| -} |
| 5 | +// BOOTSTRAP |
34 | 6 |
|
35 |
| -/* roboto-900 - latin */ |
36 |
| -@font-face { |
37 |
| - font-family: 'Roboto'; |
38 |
| - font-style: normal; |
39 |
| - font-weight: 900; |
40 |
| - src: url('../Fonts/Roboto/roboto-v18-latin-900.eot'); |
41 |
| - src: |
42 |
| - local('Roboto Black'), |
43 |
| - local('Roboto-Black'), |
44 |
| - url('../Fonts/Roboto/roboto-v18-latin-900.eot?#iefix') format('embedded-opentype'), |
45 |
| - url('../Fonts/Roboto/roboto-v18-latin-900.woff2') format('woff2'), |
46 |
| - url('../Fonts/Roboto/roboto-v18-latin-900.woff') format('woff'), |
47 |
| - url('../Fonts/Roboto/roboto-v18-latin-900.ttf') format('truetype'), |
48 |
| - url('../Fonts/Roboto/roboto-v18-latin-900.svg#Roboto') format('svg'); |
49 |
| -} |
| 7 | +// Core variables and mixins |
| 8 | +@import "~bootstrap/scss/functions"; |
| 9 | +@import "~bootstrap/scss/variables"; |
| 10 | +@import "~bootstrap/scss/mixins"; |
| 11 | +@import "~bootstrap/scss/utilities"; |
| 12 | + |
| 13 | +// Reset and dependencies |
| 14 | +@import "~bootstrap/scss/print"; |
| 15 | + |
| 16 | +// Core CSS |
| 17 | +@import "~bootstrap/scss/reboot"; |
| 18 | +@import "~bootstrap/scss/images"; |
| 19 | +@import "~bootstrap/scss/code"; |
| 20 | +@import "~bootstrap/scss/grid"; |
| 21 | +@import "~bootstrap/scss/tables"; |
| 22 | +@import "~bootstrap/scss/forms"; |
| 23 | +@import "~bootstrap/scss/buttons"; |
| 24 | +@import "~bootstrap/scss/nav"; |
| 25 | +@import "~bootstrap/scss/navbar"; |
| 26 | +@import "~bootstrap/scss/transitions"; |
| 27 | + |
| 28 | +// Layout |
| 29 | +@import "layout/l-body"; |
| 30 | +@import "layout/l-header"; |
| 31 | +@import "layout/l-footer"; |
| 32 | + |
| 33 | +// Fonts |
| 34 | +@import "fonts/roboto"; |
| 35 | + |
| 36 | +// Content Elements |
| 37 | +@import "content-elements/ce-includes"; |
50 | 38 |
|
51 | 39 | body {
|
52 | 40 | font-family: Roboto;
|
|
0 commit comments