diff options
Diffstat (limited to 'src/wwwroot/styles/vendor/bootstrap-icons.scss')
| -rw-r--r-- | src/wwwroot/styles/vendor/bootstrap-icons.scss | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/wwwroot/styles/vendor/bootstrap-icons.scss b/src/wwwroot/styles/vendor/bootstrap-icons.scss new file mode 100644 index 0000000..f820c52 --- /dev/null +++ b/src/wwwroot/styles/vendor/bootstrap-icons.scss @@ -0,0 +1,28 @@ +@font-face { + font-family: "bootstrap-icons"; + src: url("/fonts/bootstrap-icons.woff") format("woff"), url("/fonts/bootstrap-icons.woff2") format("woff2"); +} + +[class^="bi-"]::before, +[class*=" bi-"]::before { + display: inline-block; + font-family: "bootstrap-icons" !important; + font-style: normal; + font-weight: normal !important; + font-variant: normal; + text-transform: none; + line-height: 1; + vertical-align: text-bottom; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.bi-bag-plus::before { content: "\f16e"; } +.bi-trash2::before { content: "\f56d"; } +.bi-bag-plus::before { content: "\f16e"; } +.bi-pencil-square::before { content: "\f478"; } +.bi-three-dots-vertical::before { content: "\f561"; } +.bi-eye::before { content: "\f30b"; } +.bi-file-earmark-person::before { content: "\f342"; } +.bi-list::before { content: "\f435"; } +.bi-cloud-upload::before { content: "\f292"; } |
