/*******************************
            Dimmer
*******************************/

@dimmerDimmablePosition: relative;
@dimmerDimmerPosition: absolute;

@dimmerBackgroundColor: rgba(0, 0, 0 , 0.85);
@dimmerLineHeight: 1;
@dimmerPerspective: 2000px;
@dimmerPadding: 1em;

@dimmerDuration: 0.5s;
@transition:
  background-color @dimmerDuration linear
;
@dimmerZIndex: 1000;
@dimmerTextAlign: center;
@dimmerVerticalAlign: middle;
@dimmerTextColor: @white;
@dimmerOverflow: hidden;

@dimmerBlurredStartFilter: ~"blur(0px) grayscale(0)";
@dimmerBlurredEndFilter: ~"blur(5px) grayscale(0.7)";
@dimmerBlurredTransition: 800ms filter @defaultEasing;

@dimmerBlurredBackgroundColor: rgba(0, 0, 0, 0.6);
@dimmerBlurredInvertedBackgroundColor: rgba(255, 255, 255, 0.6);

/* Hidden (Default) */
@dimmerHiddenOpacity: 0;

/* Visible */
@dimmerVisibleOpacity: 1;

/*-------------------
        Types
--------------------*/

/* Page Dimmer*/
@dimmerTransformStyle: '';
@dimmerPageDimmerPosition: fixed;


/*-------------------
      Variations
--------------------*/

/* Inverted */
@dimmerInvertedBackgroundColor: rgba(255, 255, 255, 0.85);
@dimmerInvertedTextColor: @dimmerTextColor;

/* Simple */
@dimmerSimpleZIndex: 1;
@dimmerSimpleStartBackgroundColor: rgba(0, 0, 0, 0);
@dimmerSimpleEndBackgroundColor: @dimmerBackgroundColor;
@dimmerSimpleInvertedStartBackgroundColor: rgba(255, 255, 255, 0);
@dimmerSimpleInvertedEndBackgroundColor: @dimmerInvertedBackgroundColor;
