|
1 | 1 | /* Set Foundation base font to theme font |
2 | 2 | (without this Foundation overrides body */ |
| 3 | +$font-weight-bold: 700; |
| 4 | +$font-weight-normal: $font-weight-medium; |
3 | 5 | $body-font-family: $font-family; |
4 | 6 | $body-font-weight: $font-weight-medium; |
5 | 7 |
|
6 | | -/* Base styles */ |
| 8 | +@import 'foundation-setup'; |
7 | 9 | @import 'base/zindex'; |
8 | 10 | @import 'base/helper-mixins'; |
9 | 11 | @import 'base/base'; |
10 | 12 | @import 'base/form'; |
11 | 13 | @import 'base/helper-classes'; |
12 | 14 | @import 'base/elements'; |
13 | | -@import '~zurb-foundation-5/scss/foundation/components/grid'; |
| 15 | +@import 'grid/grid'; |
| 16 | +@import 'util/util'; |
14 | 17 | @import 'base/helper-classes-after-foundations'; |
15 | 18 | @import 'base/spacing'; |
16 | 19 | @import 'base/radius'; |
@@ -40,7 +43,6 @@ $body-font-weight: $font-weight-medium; |
40 | 43 | @import '../app/component/visual/index'; |
41 | 44 | @import '../app/component/bubble-dialog'; |
42 | 45 | @import '../app/component/select-maplayers-dialog'; |
43 | | -@import '~zurb-foundation-5/scss/foundation/components/forms'; |
44 | 46 | @import '../app/component/zone-icon'; |
45 | 47 | @import '../app/component/date-select'; |
46 | 48 | @import '../app/component/routepage/route-schedule-dropdown'; |
@@ -71,10 +73,3 @@ $body-font-weight: $font-weight-medium; |
71 | 73 | @import '../app/component/trafficnow/trafficnow'; |
72 | 74 | @import '../app/component/popover'; |
73 | 75 | @import '../app/component/animations'; |
74 | | - |
75 | | -/* Modal */ |
76 | | -@import '~foundation-apps/scss/helpers/breakpoints'; |
77 | | -@import '~foundation-apps/scss/components/modal'; |
78 | | - |
79 | | -// And these application specific styles use Foundation variables, |
80 | | -// so they have to be loaded afterwards |
0 commit comments