|
1 | | -// setting the value of this variable to an empty data URL is the only working solution |
2 | | -// to load the Bootswatch web fonts locally and avoid loading them from Google servers |
3 | | -// see https://github.com/thomaspark/bootswatch/issues/55#issuecomment-298093182 |
4 | | -$web-font-path: 'data:text/css;base64,'; |
5 | | - |
6 | | -// Make sure the bootstrap-sass and lato fonts are resolved correctly |
7 | | -$icon-font-path: "~bootstrap-sass/assets/fonts/bootstrap/"; |
8 | | -$lato-font-path: '~lato-font/fonts'; |
9 | | - |
10 | | -$font-default: 17px; |
11 | | -$font-heading: 2.5rem; |
12 | | -$font-title: 1.85rem; |
13 | | - |
14 | | -$secondary-color: #ecf0f1; |
15 | | -$gray-7500: #e9ecec; |
16 | | - |
17 | | -@import "~bootswatch/dist/flatly/variables"; |
| 1 | +@import "variables"; |
18 | 2 |
|
19 | 3 | // @import "~bootstrap/scss/bootstrap.scss"; |
20 | 4 | @import "~bootstrap/scss/functions"; |
@@ -55,8 +39,6 @@ $gray-7500: #e9ecec; |
55 | 39 | @import "~bootstrap/scss/utilities"; |
56 | 40 | // @import "~bootstrap/scss/print"; |
57 | 41 |
|
58 | | -@import "~bootstrap-sass/assets/stylesheets/bootstrap"; |
59 | | - |
60 | 42 | @import "~bootswatch/dist/flatly/bootswatch"; |
61 | 43 | @import "~@fortawesome/fontawesome-free/css/all.css"; |
62 | 44 | @import "~@fortawesome/fontawesome-free/css/v4-shims.css"; |
@@ -124,14 +106,6 @@ a:hover { |
124 | 106 | ------------------------------------------------------------------------- */ |
125 | 107 | .m-b-0 { margin-bottom: 0 } |
126 | 108 |
|
127 | | -@media (min-width: $screen-md-min) { |
128 | | - .modal-xl { width: $modal-lg; } |
129 | | -} |
130 | | - |
131 | | -@media (min-width: $screen-lg-min) { |
132 | | - .modal-xl { width: $screen-lg-min - 60px; } |
133 | | -} |
134 | | - |
135 | 109 | .badge{ |
136 | 110 | padding: 0.25em 0.4em 0.27em 0.4em |
137 | 111 | } |
|
0 commit comments