酒店预订平台
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

variables.scss 270 B

3 년 전
123456789
  1. $color-red-error: rgb(185, 74, 72);
  2. $color-grey-arrow: rgba(204, 204, 204, 0.2);
  3. $width-default: 220px; // 3 960px-grid columns
  4. $zindex-select-dropdown: 1060; // must be higher than a modal background (1050)
  5. //** Placeholder text color
  6. $input-color-placeholder: #999;