Sha256: 8f3e3001833043d3075362a93fe233fdacf043aca907a335ef2fd50051c62fa6
Contents?: true
Size: 938 Bytes
Versions: 21
Compression:
Stored size: 938 Bytes
Contents
// we're keeping this file for legacy installations relying on it $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 );
Version data entries
21 entries across 21 versions & 2 rubygems