Browse Source

Menu: removes vendor prefixed properties

pull/636/head
jlukic 10 years ago
parent
commit
9f78a2da2f
2 changed files with 31 additions and 0 deletions
  1. 3
      src/themes/default/elements/menu.overrides
  2. 28
      src/themes/default/elements/menu.variables

3
src/themes/default/elements/menu.overrides

@ -0,0 +1,3 @@
/*******************************
Overrides
*******************************/

28
src/themes/default/elements/menu.variables

@ -0,0 +1,28 @@
/*-------------------
Globals Used
--------------------*/
// @textColor
/*-------------------
Button Variables
--------------------*/
@margin: 1em 0em;
@backgroundColor: #FFFFFF;
@fontWeight: normal;
@boxShadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
@transition:
opacity 0.2s ease,
background 0.2s ease,
box-shadow 0.2s ease
;
@borderRadius: 0.1875em;
@dividerBackground: linear-gradient(
rgba(0, 0, 0, 0.05) 0%,
rgba(0, 0, 0, 0.1) 50%,
rgba(0, 0, 0, 0.05) 100%)
;
Loading…
Cancel
Save