Browse Source

Add shadow back in message

pull/2092/head
jlukic 9 years ago
parent
commit
deefb355b8
1 changed files with 1 additions and 1 deletions
  1. 2
      src/themes/default/collections/message.variables

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

@ -17,7 +17,7 @@
@borderRadius: @defaultBorderRadius;
@borderWidth: 1px;
@borderShadow: 0px 0px 0px @borderWidth @borderColor inset;
@shadowShadow: 0px 0px 0px transparent;
@shadowShadow: @subtleShadow;
@boxShadow:
@borderShadow,
@shadowShadow

Loading…
Cancel
Save