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>
1919 </ div >
2020
2121 < 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 ">
2323 Send New Message < mat-icon class ="send-message-button__icon "> send</ mat-icon >
2424 </ button >
2525 </ div >
Original file line number Diff line number Diff line change 9393.send-message-button-wrapper {
9494 margin : 16px 0 ;
9595 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 ;
10596
106- & .mat-button-wrapper {
107- padding : 0 ;
108- }
97+ .send-message-button {
98+ width : 224px ;
99+ height : 48px ;
100+ border-radius : 32px ;
109101
110- & __icon {
111- color : $white ;
112- margin-left : 16 px ;
102+ & __icon {
103+ margin-left : 16 px ;
104+ }
113105 }
114106}
115107
Original file line number Diff line number Diff line change 165165 </ mat-tree >
166166</ mat-list >
167167
168-
169168< mat-list class ="sidebar ">
170169 < p class ="sidebar-title "> Help</ p >
171170
193192 < div class ="add-icon-wrapper ">
194193 < mat-icon class ="add-icon "> add</ mat-icon >
195194 </ div >
196-
197195 < p class ="add-section-title "> Add section</ p >
198196 </ div >
199197
You can’t perform that action at this time.
0 commit comments