Browse Source

Stub material theme, no content

pull/2228/merge
jlukic 9 years ago
parent
commit
620d5b0317
3 changed files with 10 additions and 8 deletions
  1. 8
      src/themes/default/collections/message.variables
  2. 5
      src/themes/material/modules/dropdown.overrides
  3. 5
      src/themes/material/modules/dropdown.variables

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

@ -86,14 +86,6 @@
;
/* Warning / Positive / Negative / Info */
/*@positiveBorderColor: transparent;
@negativeBorderColor: transparent;
@negativeBorderColor: transparent;
@infoBorderColor: transparent;
@warningBorderColor: transparent;
@errorBorderColor: transparent;
@successBorderColor: transparent;*/
@positiveBoxShadow:
0px 0px 0px @borderWidth @positiveBorderColor inset,
@shadowShadow

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

@ -0,0 +1,5 @@
@import url(http://fonts.googleapis.com/css?family=Roboto);
.ui.dropdown {
font-family: 'Roboto';
}

5
src/themes/material/modules/dropdown.variables

@ -0,0 +1,5 @@
/*******************************
Menu
*******************************/
Loading…
Cancel
Save