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.

24 lines
419 B

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. /*******************************
  2. Rail
  3. *******************************/
  4. /*-------------------
  5. Element
  6. --------------------*/
  7. @contentSizing: content-box;
  8. @width: 300px;
  9. @size: 1em;
  10. @distance: 4rem;
  11. /*-------------------
  12. Variations
  13. --------------------*/
  14. /* Close */
  15. @closeDistance: 2em;
  16. @veryCloseDistance: 1em;
  17. /* Divided */
  18. @dividedBorder: 1px solid @borderColor;
  19. @dividedDistance: 5rem;