File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change
1
+ @import url (https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
2
+
1
3
.main-features {
2
4
margin-top : 10px ;
3
5
}
@@ -302,11 +304,22 @@ ul.navbar-nav {
302
304
# searchable > .search {
303
305
width : 100% ;
304
306
height : 45px ;
305
- color : # 333 ;
307
+ color : # 888 ;
306
308
text-indent : 16px ;
307
309
border-radius : 24px ;
308
310
border : 1px solid # ddd ;
309
- box-shadow : inset 0 1px 1px hsla ( 0 , 0 % , 0 % , 0.075 ) ;
311
+ box-shadow : inset 0 1px 1px # ccc ;
310
312
transition : border-color ease-in-out 0.15s , box-shadow ease-in-out 0.15s ;
311
313
outline : none;
312
314
}
315
+
316
+ # searchable ::before {
317
+ font-family : "FontAwesome" ;
318
+ content : "\f002" ;
319
+ color : # ccc ;
320
+ position : absolute;
321
+ top : 13px ;
322
+ right : 40px ;
323
+ }
324
+
325
+
You can’t perform that action at this time.
0 commit comments