Yoshie Muranaka | 996d2d5 | 2019-12-30 09:06:45 -0800 | [diff] [blame] | 1 | $enable-rounded: false; |
| 2 | |
Derick Montague | d415d97 | 2019-11-27 17:26:29 -0600 | [diff] [blame] | 3 | // Required |
| 4 | @import "~bootstrap/scss/functions"; |
| 5 | @import "./functions"; |
| 6 | @import "./colors"; |
| 7 | @import "~bootstrap/scss/variables"; |
| 8 | @import "~bootstrap/scss/mixins"; |
| 9 | |
| 10 | // Removing colors we do not have maps for or need for |
| 11 | // the OpenBMC theme. There are some that are required by |
| 12 | // Bootstrap keys that cannot be removed from theme colors |
| 13 | // are primary, success, and danger. |
| 14 | // https://getbootstrap.com/docs/4.0/getting-started/theming/#required-keys |
| 15 | $grays: map-remove($grays, "500"); |
| 16 | $colors: map-remove($colors, "indigo", "purple", "pink", "orange", "cyan"); |
| 17 | $colors: map-remove($theme-colors, "light", "dark"); |
| 18 | |
| 19 | // Optional |
| 20 | @import "~bootstrap/scss/root"; |
| 21 | @import "~bootstrap/scss/reboot"; |
| 22 | @import "~bootstrap/scss/alert"; |
| 23 | @import "~bootstrap/scss/badge"; |
| 24 | @import "~bootstrap/scss/breadcrumb"; |
| 25 | @import "~bootstrap/scss/button-group"; |
| 26 | @import "~bootstrap/scss/buttons"; |
| 27 | @import "~bootstrap/scss/card"; |
| 28 | @import "~bootstrap/scss/close"; |
| 29 | @import "~bootstrap/scss/code"; |
| 30 | @import "~bootstrap/scss/custom-forms"; |
| 31 | @import "~bootstrap/scss/dropdown"; |
| 32 | @import "~bootstrap/scss/forms"; |
| 33 | @import "~bootstrap/scss/grid"; |
| 34 | @import "~bootstrap/scss/images"; |
| 35 | @import "~bootstrap/scss/input-group"; |
| 36 | @import "~bootstrap/scss/list-group"; |
| 37 | @import "~bootstrap/scss/media"; |
| 38 | @import "~bootstrap/scss/modal"; |
| 39 | @import "~bootstrap/scss/nav"; |
| 40 | @import "~bootstrap/scss/navbar"; |
| 41 | @import "~bootstrap/scss/pagination"; |
| 42 | @import "~bootstrap/scss/popover"; |
| 43 | @import "~bootstrap/scss/progress"; |
| 44 | @import "~bootstrap/scss/spinners"; |
| 45 | @import "~bootstrap/scss/tables"; |
| 46 | @import "~bootstrap/scss/toasts"; |
| 47 | @import "~bootstrap/scss/tooltip"; |
| 48 | @import "~bootstrap/scss/transitions"; |
| 49 | @import "~bootstrap/scss/type"; |
| 50 | @import "~bootstrap/scss/utilities"; |
| 51 | @import "~bootstrap/scss/print"; |
| 52 | |
| 53 | @import "~bootstrap-vue/src/index.scss"; |
Yoshie Muranaka | 996d2d5 | 2019-12-30 09:06:45 -0800 | [diff] [blame] | 54 | |
| 55 | @import "./buttons"; |