-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8751 from abpframework/update-package-versions
Updated the version of NPM packages
- Loading branch information
Showing
114 changed files
with
19,226 additions
and
19,232 deletions.
There are no files selected for viewing
Empty file modified
0
...Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/wwwroot/libs/prismjs/components/prism-n4js.js
100644 → 100755
Empty file.
Empty file modified
0
....Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/wwwroot/libs/prismjs/components/prism-n4js.min.js
100644 → 100755
Empty file.
Empty file modified
0
framework/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/wwwroot/libs/prismjs/package.json
100644 → 100755
Empty file.
74 changes: 37 additions & 37 deletions
74
...cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/star-rating-svg/css/star-rating-svg.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
.jq-stars { | ||
display: inline-block; | ||
} | ||
|
||
.jq-rating-label { | ||
font-size: 22px; | ||
display: inline-block; | ||
position: relative; | ||
vertical-align: top; | ||
font-family: helvetica, arial, verdana; | ||
} | ||
|
||
.jq-star { | ||
width: 100px; | ||
height: 100px; | ||
display: inline-block; | ||
cursor: pointer; | ||
} | ||
|
||
.jq-star-svg { | ||
width: 100%; | ||
height: 100% ; | ||
} | ||
|
||
.jq-star:hover .fs-star-svg polygon { | ||
} | ||
|
||
.jq-star-svg polygon { | ||
stroke: #000; | ||
stroke-linejoin: round; | ||
} | ||
|
||
/* un-used */ | ||
.jq-shadow { | ||
-webkit-filter: drop-shadow( -2px -2px 2px #888 ); | ||
filter: drop-shadow( -2px -2px 2px #888 ); | ||
} | ||
.jq-stars { | ||
display: inline-block; | ||
} | ||
|
||
.jq-rating-label { | ||
font-size: 22px; | ||
display: inline-block; | ||
position: relative; | ||
vertical-align: top; | ||
font-family: helvetica, arial, verdana; | ||
} | ||
|
||
.jq-star { | ||
width: 100px; | ||
height: 100px; | ||
display: inline-block; | ||
cursor: pointer; | ||
} | ||
|
||
.jq-star-svg { | ||
width: 100%; | ||
height: 100% ; | ||
} | ||
|
||
.jq-star:hover .fs-star-svg polygon { | ||
} | ||
|
||
.jq-star-svg polygon { | ||
stroke: #000; | ||
stroke-linejoin: round; | ||
} | ||
|
||
/* un-used */ | ||
.jq-shadow { | ||
-webkit-filter: drop-shadow( -2px -2px 2px #888 ); | ||
filter: drop-shadow( -2px -2px 2px #888 ); | ||
} |
Oops, something went wrong.