Skip to content

Commit 7180e2c

Browse files
dotansimhadarkbasic
authored andcommitted
Step 6.13: Add styles for message page footer
1 parent ae2b096 commit 7180e2c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/pages/messages/messages.scss

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,22 @@
104104
}
105105
}
106106
}
107+
108+
.messages-page-footer {
109+
padding-right: 0;
110+
111+
.message-editor {
112+
margin-left: 2px;
113+
padding-left: 5px;
114+
background: white;
115+
border-radius: 3px;
116+
}
117+
118+
.message-editor-button {
119+
box-shadow: none;
120+
width: 50px;
121+
height: 50px;
122+
font-size: 17px;
123+
margin: auto;
124+
}
125+
}

0 commit comments

Comments
 (0)