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.
27 lines
357 B
27 lines
357 B
|
|
/*-------------------
|
|
Globals Used
|
|
--------------------*/
|
|
|
|
/*
|
|
@borderColor
|
|
|
|
*/
|
|
|
|
/*-------------------
|
|
Segment Variables
|
|
--------------------*/
|
|
|
|
@verticalPadding: 1em;
|
|
@horizontalPadding: 1em;
|
|
|
|
@margin: 1em;
|
|
@borderRadius: 5px;
|
|
|
|
@pageGridMargin: 2 * @verticalPadding;
|
|
|
|
@coloredBorderSize: 0.2em;
|
|
|
|
@secondaryColor: #FAF9FA;
|
|
@tertiaryColor: #EBEBEB;
|
|
|