This repository was archived by the owner on Feb 5, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-15
lines changed
components/app-blog-content Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff line change 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 -1 px -1 px 1 px 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 ;
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 ;
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 ;
198197 position : absolute ;
199198 margin-top : 10px ;
200199 margin-left : 10px ;
201- color : #615853 ;
200+ color : $gray-brown ;
202201 }
203202
204203 .searchbar-top {
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
You can’t perform that action at this time.
0 commit comments