@ -93,8 +93,6 @@
margin-top: @consecutiveGroupDistance;
}
/*--------------
Rounded Edges
---------------*/
@ -329,6 +327,16 @@
width: @buttonWidth;
Dimmer
.ui.cards > .card .dimmer,
.ui.card .dimmer {
background: @dimmerBackground;
z-index: @dimmerZIndex;
Labels
@ -113,6 +113,10 @@
/* Paragraph */
@paragraphDistance: 0.5em;
/* Dimmer */
@dimmerZIndex: 10;
@dimmerBackground: '';
/* Additional Content */
@extraDivider: 1px solid rgba(0, 0, 0, 0.05);
@extraBackground: none;