File tree Expand file tree Collapse file tree 5 files changed +13
-11
lines changed Expand file tree Collapse file tree 5 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,8 @@ $md-mini-fab-padding: 8px !default;
8888@mixin md-fab ($size , $padding ) {
8989 @extend %md-raised-button ;
9090
91+ @include md-elevation (6 );
92+
9193 // Reset the min-width from the button base.
9294 min-width : 0 ;
9395
@@ -98,6 +100,10 @@ $md-mini-fab-padding: 8px !default;
98100
99101 flex-shrink : 0 ;
100102
103+ & :active {
104+ @include md-elevation (12 );
105+ }
106+
101107 i , md-icon {
102108 padding : $padding 0 ;
103109 line-height : $md-icon-button-line-height ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ $md-card-border-radius: 2px !default;
88$md-card-header-size : 40px !default ;
99
1010md-card {
11- @include md-elevation (1 );
11+ @include md-elevation (2 );
1212 @include md-elevation-transition ;
1313 display : block ;
1414 position : relative ;
@@ -17,10 +17,6 @@ md-card {
1717 font-family : $md-font-family ;
1818}
1919
20- md-card :hover {
21- @include md-elevation (2 );
22- }
23-
2420.md-card-flat {
2521 box-shadow : none ;
2622}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ $md-menu-font-size: 16px !default;
1313$md-menu-side-padding : 16px !default ;
1414
1515@mixin md-menu-base () {
16- @include md-elevation (2 );
16+ @include md-elevation (8 );
1717 min-width : $md-menu-overlay-min-width ;
1818 max-width : $md-menu-overlay-max-width ;
1919
@@ -86,4 +86,4 @@ $md-menu-side-padding: 16px !default;
8686 transform-origin : left bottom ;
8787 }
8888 }
89- }
89+ }
Original file line number Diff line number Diff line change 2020 transform : translate3d ($close , 0 , 0 );
2121 }
2222 & .md-sidenav-opening {
23- @include md-elevation (1 );
23+ @include md-elevation (16 );
2424 visibility : visible ;
2525 transform : translate3d ($open , 0 , 0 );
2626 }
2727 & .md-sidenav-opened {
28- @include md-elevation (1 );
28+ @include md-elevation (16 );
2929 transform : translate3d ($open , 0 , 0 );
3030 }
3131}
@@ -132,4 +132,4 @@ md-sidenav {
132132
133133.md-sidenav-invalid {
134134 display : none ;
135- }
135+ }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ $md-snack-bar-max-width: 568px !default;
77
88
99:host {
10- @include md-elevation (24 );
10+ @include md-elevation (6 );
1111 background : #323232 ;
1212 border-radius : 2px ;
1313 box-sizing : content-box ;
You can’t perform that action at this time.
0 commit comments