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
24 lines
419 B
/*******************************
|
|
Rail
|
|
*******************************/
|
|
|
|
/*-------------------
|
|
Element
|
|
--------------------*/
|
|
|
|
@contentSizing: content-box;
|
|
@width: 300px;
|
|
@size: 1em;
|
|
@distance: 4rem;
|
|
|
|
/*-------------------
|
|
Variations
|
|
--------------------*/
|
|
|
|
/* Close */
|
|
@closeDistance: 2em;
|
|
@veryCloseDistance: 1em;
|
|
|
|
/* Divided */
|
|
@dividedBorder: 1px solid @borderColor;
|
|
@dividedDistance: 5rem;
|