Browse Source

Light default formatting changes modal

pull/954/head
jlukic 10 years ago
parent
commit
0466002f03
2 changed files with 5 additions and 2 deletions
  1. 4
      src/definitions/modules/modal.less
  2. 3
      src/themes/packages/default/modules/modal.variables

4
src/definitions/modules/modal.less

@ -42,7 +42,8 @@
user-select: text; user-select: text;
} }
.ui.modal > :first-child {
.ui.modal > :first-child:not(.icon),
.ui.modal > .icon:first-child + * {
border-top-left-radius: @borderRadius; border-top-left-radius: @borderRadius;
border-top-right-radius: @borderRadius; border-top-right-radius: @borderRadius;
} }
@ -92,6 +93,7 @@
font-size: @headerFontSize; font-size: @headerFontSize;
font-weight: @headerFontWeight; font-weight: @headerFontWeight;
color: @headerColor;
border-bottom: @headerBorder; border-bottom: @headerBorder;
} }

3
src/themes/packages/default/modules/modal.variables

@ -23,7 +23,8 @@
/* Header */ /* Header */
@headerMargin: 0em; @headerMargin: 0em;
@headerPadding: 1.5rem 2rem; @headerPadding: 1.5rem 2rem;
@headerBackground: #FFFFFF;
@headerBackground: @lightBlack;
@headerColor: @white;
@headerFontSize: 1.6em; @headerFontSize: 1.6em;
@headerFontWeight: bold; @headerFontWeight: bold;
@headerFontFamily: @headerFont; @headerFontFamily: @headerFont;

Loading…
Cancel
Save