Browse Source

Adds material modal theme changes

1.0
jlukic 10 years ago
parent
commit
906daf0c39
2 changed files with 6 additions and 1 deletions
  1. 5
      src/themes/material/modules/modal.overrides
  2. 2
      src/themes/material/modules/modal.variables

5
src/themes/material/modules/modal.overrides

@ -1 +1,6 @@
@import url(http://fonts.googleapis.com/css?family=Roboto);
.ui.modal .header {
font-family: "Roboto", Arial, Sans-serif !important;
font-weight: 400 !important;
}

2
src/themes/material/modules/modal.variables

@ -9,7 +9,7 @@
@headerFontFamily: 'Roboto', "Helvetica Neue", Arial, sans-serif;
@headerBorder: none;
@contentPadding: 2rem 0em;
@contentPadding: 1rem 2rem 2rem;
@actionBorder: none;
@actionBackground: @white;
Loading…
Cancel
Save