Browse Source

Adjust default colors

pull/2300/head
jlukic 9 years ago
parent
commit
4ca5a2ff85
1 changed files with 8 additions and 8 deletions
  1. 16
      src/themes/default/collections/message.variables

16
src/themes/default/collections/message.variables

@ -11,7 +11,7 @@
@verticalMargin: 1em; @verticalMargin: 1em;
@verticalPadding: 1em; @verticalPadding: 1em;
@horizontalPadding: 1.5em; @horizontalPadding: 1.5em;
@background: @darkWhite;
@background: #F8F8F9;
@lineHeightOffset: ((@lineHeight - 1em) / 2); @lineHeightOffset: ((@lineHeight - 1em) / 2);
@borderRadius: @defaultBorderRadius; @borderRadius: @defaultBorderRadius;
@ -24,10 +24,10 @@
; ;
@transition: @transition:
opacity 0.2s ease,
color 0.2s ease,
background 0.2s ease,
box-shadow 0.2s ease
opacity @defaultDuration @defaultEasing,
color @defaultDuration @defaultEasing,
background @defaultDuration @defaultEasing,
box-shadow @defaultDuration @defaultEasing
; ;
/* Header */ /* Header */
@ -79,10 +79,10 @@
; ;
/* Floating */ /* Floating */
@floatingShadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
@floatingShadow: 0 1px 4px 0 @borderColor;
@floatingBoxShadow: @floatingBoxShadow:
@floatingShadow,
@borderShadow
@borderShadow,
@floatingShadow
; ;
/* Warning / Positive / Negative / Info */ /* Warning / Positive / Negative / Info */

Loading…
Cancel
Save