You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
296 B

  1. @background: #F3F3F3;
  2. @boxShadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
  3. @borderRadius: 4px;
  4. @verticalPadding: 7px;
  5. @horizontalPadding: 15px;
  6. @headerFontSize: 1em;
  7. @floatingBoxShadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  8. @iconSize: 1.5em;
  9. @iconDistance: 1em;
  10. @warningBackgroundColor: #F9EDBE;