|
| 1 | +// Flatly 5.3.2 |
| 2 | +// Bootswatch |
| 3 | + |
| 4 | +$theme: "flatly" !default; |
| 5 | + |
| 6 | +// |
| 7 | +// Color system |
| 8 | +// |
| 9 | + |
| 10 | +$white: #fff !default; |
| 11 | +$gray-100: #f8f9fa !default; |
| 12 | +$gray-200: #ecf0f1 !default; |
| 13 | +$gray-300: #dee2e6 !default; |
| 14 | +$gray-400: #ced4da !default; |
| 15 | +$gray-500: #b4bcc2 !default; |
| 16 | +$gray-600: #95a5a6 !default; |
| 17 | +$gray-700: #7b8a8b !default; |
| 18 | +$gray-800: #343a40 !default; |
| 19 | +$gray-900: #212529 !default; |
| 20 | +$black: #000 !default; |
| 21 | + |
| 22 | +$blue: #2c3e50 !default; |
| 23 | +$indigo: #6610f2 !default; |
| 24 | +$purple: #6f42c1 !default; |
| 25 | +$pink: #e83e8c !default; |
| 26 | +$red: #e74c3c !default; |
| 27 | +$orange: #fd7e14 !default; |
| 28 | +$yellow: #f39c12 !default; |
| 29 | +$green: #18bc9c !default; |
| 30 | +$teal: #20c997 !default; |
| 31 | +$cyan: #3498db !default; |
| 32 | + |
| 33 | +$primary: $blue !default; |
| 34 | +$secondary: $gray-600 !default; |
| 35 | +$success: $green !default; |
| 36 | +$info: $cyan !default; |
| 37 | +$warning: $yellow !default; |
| 38 | +$danger: $red !default; |
| 39 | +$light: $gray-200 !default; |
| 40 | +$dark: $gray-700 !default; |
| 41 | + |
| 42 | +$min-contrast-ratio: 2.05 !default; |
| 43 | + |
| 44 | +// Links |
| 45 | + |
| 46 | +$link-color: $success !default; |
| 47 | + |
| 48 | +// Fonts |
| 49 | + |
| 50 | +// stylelint-disable-next-line value-keyword-case |
| 51 | +$font-family-sans-serif: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default; |
| 52 | +$h1-font-size: 3rem !default; |
| 53 | +$h2-font-size: 2.5rem !default; |
| 54 | +$h3-font-size: 2rem !default; |
| 55 | + |
| 56 | +// Tables |
| 57 | + |
| 58 | +$table-bg-scale: 0% !default; |
| 59 | + |
| 60 | +// Dropdowns |
| 61 | + |
| 62 | +$dropdown-border-color: $gray-400 !default; |
| 63 | +$dropdown-link-color: $gray-700 !default; |
| 64 | +$dropdown-link-hover-color: $white !default; |
| 65 | +$dropdown-link-hover-bg: $primary !default; |
| 66 | + |
| 67 | +// Navs |
| 68 | + |
| 69 | +$nav-link-padding-y: .5rem !default; |
| 70 | +$nav-link-padding-x: 2rem !default; |
| 71 | +$nav-link-disabled-color: $gray-600 !default; |
| 72 | + |
| 73 | +$nav-tabs-border-color: $dropdown-border-color !default; |
| 74 | +$nav-tabs-link-hover-border-color: $nav-tabs-border-color $nav-tabs-border-color transparent !default; |
| 75 | +$nav-tabs-link-active-color: $success !default; |
| 76 | +$nav-tabs-link-active-border-color: $nav-tabs-link-hover-border-color !default; |
| 77 | + |
| 78 | + |
| 79 | +// Navbar |
| 80 | + |
| 81 | +$navbar-padding-y: 1rem !default; |
| 82 | +$navbar-dark-color: $white !default; |
| 83 | +$navbar-dark-hover-color: $success !default; |
| 84 | +$navbar-dark-active-color: $success !default; |
| 85 | + |
| 86 | +$navbar-dark-brand-color: $white !default; |
| 87 | +$navbar-dark-brand-hover-color: $navbar-dark-hover-color !default; |
| 88 | + |
| 89 | +// Pagination |
| 90 | + |
| 91 | +$pagination-color: $white !default; |
| 92 | +$pagination-bg: $success !default; |
| 93 | +$pagination-border-width: 0 !default; |
| 94 | +$pagination-border-color: transparent !default; |
| 95 | +$pagination-hover-color: $white !default; |
| 96 | +$pagination-hover-bg: darken($success, 15%) !default; |
| 97 | +$pagination-hover-border-color: transparent !default; |
| 98 | +$pagination-active-bg: $pagination-hover-bg !default; |
| 99 | +$pagination-active-border-color: transparent !default; |
| 100 | +$pagination-disabled-color: $gray-200 !default; |
| 101 | +$pagination-disabled-bg: lighten($success, 15%) !default; |
| 102 | +$pagination-disabled-border-color: transparent !default; |
| 103 | + |
| 104 | +// List group |
| 105 | + |
| 106 | +$list-group-hover-bg: $gray-200 !default; |
| 107 | +$list-group-disabled-bg: $gray-200 !default; |
| 108 | + |
| 109 | +// Breadcrumbs |
| 110 | + |
| 111 | +$breadcrumb-padding-y: .375rem !default; |
| 112 | +$breadcrumb-padding-x: .75rem !default; |
| 113 | +$breadcrumb-border-radius: .25rem !default; |
| 114 | + |
| 115 | +// Close |
| 116 | + |
| 117 | +$btn-close-color: $white !default; |
| 118 | +$btn-close-opacity: .4 !default; |
| 119 | +$btn-close-hover-opacity: 1 !default; |
0 commit comments