variables.less 472 B

1234567891011121314151617
  1. @color-red-error: rgb(185, 74, 72);
  2. @color-green-success: #28a745;
  3. @color-grey-arrow: rgba(204, 204, 204, 0.2);
  4. @width-default: 220px; // 3 960px-grid columns
  5. @zindex-select-dropdown: 1060; // must be higher than a modal background (1050)
  6. //** Placeholder text color
  7. @input-color-placeholder: #999;
  8. @input-alt-color-placeholder: rgba(255, 255, 255, 0.5);
  9. @input-padding-y-sm: .25rem;
  10. @input-padding-x-sm: .5rem;
  11. @input-padding-y-lg: 0.5rem;
  12. @input-padding-x-lg: 1rem;