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.
22 lines
476 B
22 lines
476 B
/*******************************
|
|
Card
|
|
*******************************/
|
|
|
|
/*-------------------
|
|
View
|
|
--------------------*/
|
|
|
|
/* Shadow */
|
|
@shadowDistance: 0em;
|
|
@padding: 0em;
|
|
|
|
/*-------------------
|
|
Content
|
|
--------------------*/
|
|
|
|
/* Additional Content */
|
|
@extraDivider: 1px solid rgba(0, 0, 0, 0.05);
|
|
@extraBackground: #FAFAFA @subtleGradient;
|
|
@extraPadding: 0.75em 1em;
|
|
@extraBoxShadow: 0 1px 1px rgba(0, 0, 0, 0.15);
|
|
@extraColor: @lightTextColor;
|