Browse Source

Increase font size of messages slightly

pull/1129/head
jlukic 10 years ago
parent
commit
cba19ca5b5
1 changed files with 2 additions and 2 deletions
  1. 4
      src/themes/packages/default/collections/message.variables

4
src/themes/packages/default/collections/message.variables

@ -31,7 +31,7 @@
;
/* Header */
@headerFontSize: 1rem;
@headerFontSize: 1.1rem;
@headerFontWeight: bold;
@headerDisplay: block;
@headerDistance: 0rem;
@ -70,7 +70,7 @@
/* Attached */
@attachedXOffset: -1px;
@attachedYOffset: 0px;
@attachedYOffset: -1px;
@attachedBoxShadow: 0em 0em 0em 1px rgba(0, 0, 0, 0.1) inset;
@attachedBottomBoxShadow:
@attachedBoxShadow,

Loading…
Cancel
Save