Skip to content

Commit 9cd3008

Browse files
committed
Header: fix send message button
1 parent 108671e commit 9cd3008

File tree

3 files changed

+8
-18
lines changed

3 files changed

+8
-18
lines changed

src/app/shared/header/components/email/email.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

src/app/shared/header/components/email/email.component.scss

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -93,23 +93,15 @@
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: 16px;
102+
&__icon {
103+
margin-left: 16px;
104+
}
113105
}
114106
}
115107

src/app/shared/sidebar/sidebar.component.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@
165165
</mat-tree>
166166
</mat-list>
167167

168-
169168
<mat-list class="sidebar">
170169
<p class="sidebar-title">Help</p>
171170

@@ -193,7 +192,6 @@
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

0 commit comments

Comments
 (0)