diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-06-01 21:13:43 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-06-01 21:13:43 +0200 |
| commit | 9383a2fb09ffb60cfe63683106945bd688affa59 (patch) | |
| tree | 65b3f4b48841583e355887db5de5a16e7005fc87 /src/wwwroot/styles/vendor/bootstrap-icons.scss | |
| download | vinjesvingenhandel.no-9383a2fb09ffb60cfe63683106945bd688affa59.tar.xz vinjesvingenhandel.no-9383a2fb09ffb60cfe63683106945bd688affa59.zip | |
feat: Initial commit after clean slate
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"; } |
