File tree 3 files changed +11
-8
lines changed 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ $md-mini-fab-padding: 8px !default;
51
51
font-size : $md-body-font-size-base ;
52
52
font-family : $md-font-family ;
53
53
font-weight : 500 ;
54
- color : md-color ( $md-foreground , text ) ;
54
+ color : currentColor ;
55
55
56
56
// Sizing.
57
57
margin : $md-button-margin ;
@@ -69,7 +69,7 @@ $md-mini-fab-padding: 8px !default;
69
69
%md-raised-button {
70
70
@extend %md-button-base ;
71
71
72
- @include md-elevation (1 );
72
+ @include md-elevation (2 );
73
73
@include md-button-theme (' color' , default- contrast);
74
74
@include md-button-theme (' background-color' );
75
75
@@ -82,7 +82,7 @@ $md-mini-fab-padding: 8px !default;
82
82
md-elevation-transition-property-value ();
83
83
84
84
& :active {
85
- @include md-elevation (2 );
85
+ @include md-elevation (8 );
86
86
}
87
87
88
88
& .md-button-focus {
@@ -102,9 +102,14 @@ $md-mini-fab-padding: 8px !default;
102
102
min-width : 0 ;
103
103
border-radius : $md-fab-border-radius ;
104
104
background-color : md-color ($md-accent );
105
+ color : md-color ($md-accent , default-contrast );
105
106
width : $size ;
106
107
height : $size ;
107
- padding : $padding ;
108
+ padding : 0 ;
109
+
110
+ i {
111
+ padding : $padding 0 ;
112
+ }
108
113
109
114
& .md-button-focus {
110
115
background-color : md-color ($md-accent , 600 );
Original file line number Diff line number Diff line change 6
6
}
7
7
8
8
section {
9
+ display : flex ;
10
+ align-items : center ;
9
11
background-color : #f7f7f7 ;
10
12
margin : 8px ;
11
13
}
Original file line number Diff line number Diff line change 34
34
justify-content : space-between ;
35
35
width : 100% ;
36
36
}
37
-
38
- button {
39
- color : white ;
40
- }
41
37
}
42
38
43
39
h1 {
You can’t perform that action at this time.
0 commit comments