File tree Expand file tree Collapse file tree 3 files changed +8
-18
lines changed Expand file tree Collapse file tree 3 files changed +8
-18
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ <h4 class="email-menu-header__title">New Messages</h4>
19
19
</ div >
20
20
21
21
< div class ="send-message-button-wrapper ">
22
- < button class ="send-message-button " mat-fab color ="primary ">
22
+ < button class ="send-message-button " mat-raised-button color ="primary ">
23
23
Send New Message < mat-icon class ="send-message-button__icon "> send</ mat-icon >
24
24
</ button >
25
25
</ div >
Original file line number Diff line number Diff line change 93
93
.send-message-button-wrapper {
94
94
margin : 16px 0 ;
95
95
text-align : center ;
96
- padding : 0 16px ;
97
- }
98
-
99
- .send-message-button {
100
- width : 224px ;
101
- height : 48px ;
102
- padding : 0 16px ;
103
- border-radius : 32px ;
104
- color : $white ;
105
96
106
- & .mat-button-wrapper {
107
- padding : 0 ;
108
- }
97
+ .send-message-button {
98
+ width : 224px ;
99
+ height : 48px ;
100
+ border-radius : 32px ;
109
101
110
- & __icon {
111
- color : $white ;
112
- margin-left : 16 px ;
102
+ & __icon {
103
+ margin-left : 16 px ;
104
+ }
113
105
}
114
106
}
115
107
Original file line number Diff line number Diff line change 165
165
</ mat-tree >
166
166
</ mat-list >
167
167
168
-
169
168
< mat-list class ="sidebar ">
170
169
< p class ="sidebar-title "> Help</ p >
171
170
193
192
< div class ="add-icon-wrapper ">
194
193
< mat-icon class ="add-icon "> add</ mat-icon >
195
194
</ div >
196
-
197
195
< p class ="add-section-title "> Add section</ p >
198
196
</ div >
199
197
You can’t perform that action at this time.
0 commit comments