variables.less 301 B

12345678
  1. @color-red-error: rgb(185, 74, 72);
  2. @color-blue-hover: rgba(100, 177, 216, 0.4);
  3. @color-grey-arrow: rgba(204, 204, 204, 0.2);
  4. @width-default: 220px; // 3 960px-grid columns
  5. @zindex-select-dropdown: 1035; // must be lower than a modal background (1040) but higher than the fixed navbar (1030)