File tree Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## [ 8.0.3]
5
+
6
+ - Updated line-awesome package
7
+
4
8
## [ 8.0.2]
5
9
6
10
### Fixed bug
Original file line number Diff line number Diff line change 86
86
"history" : " ^4.10.1" ,
87
87
"jasny-bootstrap" : " ^3.1.3" ,
88
88
"jsonwebtoken" : " ^8.5.1" ,
89
- "line-awesome" : " github:icons8/line-awesome " ,
89
+ "line-awesome" : " ^1.3.0 " ,
90
90
"md5" : " ^2.2.1" ,
91
91
"messenger" : " git+https://github.com/HubSpot/messenger.git#v1.4.2" ,
92
92
"moment" : " ^2.22.2" ,
Original file line number Diff line number Diff line change @@ -230,14 +230,15 @@ small {
230
230
}
231
231
232
232
.dropdown-toggle ::after {
233
- font-family : LineAwesome , sans-serif ;
234
- content : " \F110 " ;
233
+ font-family : Line Awesome Free , sans-serif ;
234
+ content : " \F107 " ;
235
235
border : none ;
236
236
width : auto ;
237
237
height : auto ;
238
238
vertical-align : baseline ;
239
239
opacity : .8 ;
240
240
font-size : 85% ;
241
+ font-weight : 600 ;
241
242
}
242
243
243
244
.btn-link {
Original file line number Diff line number Diff line change 8
8
@import ' ../../node_modules/bootstrap/scss/bootstrap' ;
9
9
@import ' ../../node_modules/glyphicons-halflings/scss/glyphicons-halflings' ;
10
10
@import ' ../../node_modules/font-awesome/scss/font-awesome' ;
11
- @import ' ../../node_modules/line-awesome/dist/css/line-awesome.css' ;
11
+ @import ' ../../node_modules/line-awesome/dist/line-awesome/ css/line-awesome.css' ;
12
12
@import ' ../fonts/flaticon/flaticon' ;
13
13
@import ' ../../node_modules/animate.css/animate' ;
14
14
@import ' ../../node_modules/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox' ;
Original file line number Diff line number Diff line change @@ -6475,9 +6475,10 @@ levn@^0.3.0, levn@~0.3.0:
6475
6475
prelude-ls "~1.1.2"
6476
6476
type-check "~0.3.2"
6477
6477
6478
- " line-awesome@github:icons8/line-awesome " :
6479
- version "0.9.0"
6480
- resolved "https://codeload.github.com/icons8/line-awesome/tar.gz/912ed9f69c1e99ef3c451af2e8e58c5f7b6e3af9"
6478
+ line-awesome@^1.3.0 :
6479
+ version "1.3.0"
6480
+ resolved "https://registry.yarnpkg.com/line-awesome/-/line-awesome-1.3.0.tgz#51d59fe311ed040d22d8e80d3aa0b9a4b57e6cd3"
6481
+ integrity sha512-Y0YHksL37ixDsHz+ihCwOtF5jwJgCDxQ3q+zOVgaSW8VugHGTsZZXMacPYZB1/JULBi6BAuTCTek+4ZY/UIwcw==
6481
6482
6482
6483
line-height@^0.3.1 :
6483
6484
version "0.3.1"
You can’t perform that action at this time.
0 commit comments