Skip to content
Snippets Groups Projects
variables.scss 315 B
Newer Older
  • Learn to ignore specific revisions
  • $color-red-error: rgb(185, 74, 72) !default;
    $color-grey-arrow: rgba(204, 204, 204, 0.2) !default;
    
    $width-default: 220px !default; // 3 960px-grid columns
    
    $zindex-select-dropdown: 1060 !default; // must be higher than a modal background (1050)
    
    //** Placeholder text color
    $input-color-placeholder: #999 !default;