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.
 
 
 

40 lines
862 B

/*******************************
Feed
*******************************/
/*-------------------
Elements
--------------------*/
@eventMargin: 0em 0em 0em 2em;
@eventDivider: none;
@eventPadding: 0em;
/* Event Label */
@labelWidth: 3em;
@labelHeight: 3em;
@labeledContentPadding: 0.75em 0em 2em 0.75em;
/* Icon */
@iconLabelBackground: @primaryColor;
@iconLabelBorderRadius: @circularRadius;
@iconLabelColor: @white;
/* Metadata Group */
@metadataDisplay: inline-block;
@metadataMargin: 1em 0em 0em;
@metadataBackground: @white @subtleGradient;
@metadataBorder: 1px solid @solidBorderColor;
@metadataBorderRadius: 0.25em;
@metadataBoxShadow: 0 1px 1px rgba(0, 0, 0, 0.05);
@metadataPadding: 0.5em 1em;
@metadataColor: rgba(0, 0, 0, 0.6);
/*-------------------
Variations
--------------------*/
/* Size */
@small: 0.9em;
@medium: 1em;