theme-light.scss 528 B

12345678910111213141516
  1. @import './theme-base.scss';
  2. $input-border-color: $gray-200;
  3. // On import, any variables marked `!default` will be overridden by the above.
  4. @import 'bootstrap/scss/variables';
  5. // Merge/modify bootstrap variables.
  6. $theme-colors: map-merge($theme-colors, $theme-color-addons);
  7. $light: $gray-100;
  8. $card-cap-color: $gray-800;
  9. $breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E");