Sha256: a244efeb2e395d5872f096e1bb1d683c8c3f10a1335eee69d0e050431d17473a
Contents?: true
Size: 886 Bytes
Versions: 23
Compression:
Stored size: 886 Bytes
Contents
$grid-gutter-width: 19px; $body-color: $font-color; $theme-colors: ( // standard bootstrap colors "primary": $primary-color, "secondary": $secondary-color, "danger": #f53737, "info": #999999, "warning": #ffc107, "light-secondary": #999999, "borders": $second-global-border, "dark-borders": $global-border-style, "light-background": $primary-background, "dark-text": $font-color, "overlay": rgba(76, 76, 76, 0.5), "shadow": rgba(0, 0, 0, 0.16) ); $enable-rounded: false; $enable-shadows: false; $enable-gradients: false; $font-family-sans-serif: $font-family; $font-weight-medium: 500; .font-weight-medium { font-weight: $font-weight-medium; } $btn-border-width: 2px; $modal-dialog-margin: 0; $grid-breakpoints: ( xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px ); $container-max-widths: ( sm: 768px, md: 992px, lg: 1200px, xl: 1200px );
Version data entries
23 entries across 23 versions & 1 rubygems