Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 5bc131e

Browse files
committed
refactor: styles refactor
1 parent 70ff6d8 commit 5bc131e

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

src/components/app-blog-content/app-blog-content.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164

165165
.blog-next-posts {
166166
h1 {
167-
color: #292a2d;
167+
color: $gray-dark;
168168
font-family: Muli;
169169
font-size: 16px;
170170
font-weight: 400;

src/pages/app-blog/app-blog.scss

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -147,18 +147,18 @@
147147
}
148148

149149
.blog-search-input {
150-
padding: 4px 4px 4px calc(2.4rem + 2px);
151-
border: none;
152150
background-color: #f4f5f9;
153-
box-shadow: inset -1px -1px 1px 0 rgba(0, 0, 0, 0.15);
151+
border: none;
154152
border-radius: 3px;
155-
width: 100%;
156-
height: 32px;
157-
font-family: Muli;
153+
box-shadow: inset -1px -1px 1px 0 rgba(0, 0, 0, 0.15);
158154
color: #5d534e;
155+
font-family: Muli;
159156
font-size: 13px;
160157
font-weight: 300;
158+
height: 32px;
161159
line-height: 18px;
160+
padding: 4px 4px 4px calc(2.4rem + 2px);
161+
width: 100%;
162162

163163
@include media-breakpoint-down(sm) {
164164
box-shadow: none;
@@ -169,13 +169,12 @@
169169

170170
.blog-search-input-top {
171171
padding: 4px 4px 4px calc(2.4rem + 2px);
172-
border: none;
173172
background-color: #f4f5f9;
174173
border-radius: 3px;
175174
width: 85%;
176175
height: 32px;
177176
font-family: Muli;
178-
color: #5d534e;
177+
color: $gray-brown;
179178
font-size: 13px;
180179
font-weight: 300;
181180
line-height: 18px;
@@ -186,7 +185,7 @@
186185
position: absolute;
187186
margin-top: 10px;
188187
margin-left: 10px;
189-
color: #615853;
188+
color: $gray-brown;
190189
@include media-breakpoint-down(md) {
191190
position: initial;
192191
margin-top: 0;
@@ -198,7 +197,7 @@
198197
position: absolute;
199198
margin-top: 10px;
200199
margin-left: 10px;
201-
color: #615853;
200+
color: $gray-brown;
202201
}
203202

204203
.searchbar-top {
@@ -237,10 +236,7 @@
237236
margin-bottom: 32px;
238237

239238
@include media-breakpoint-down(md) {
240-
padding: 12px 10px;
241-
padding-top: 16px;
242-
padding-left: 10px;
243-
padding-right: 10px;
239+
padding: 16px 10px 12px 10px;
244240
font-size: 12px;
245241
}
246242

0 commit comments

Comments
 (0)