diff options
author | crupest <crupest@outlook.com> | 2020-12-31 21:07:52 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-12-31 21:07:52 +0800 |
commit | 02aff31ef153ed400d9348b2f9518861993778d2 (patch) | |
tree | 213d2125056045030a42abbfdcb976e3c993f798 /FrontEnd/src/app/index.sass | |
parent | b04c532d7c8d78f0bc9364a36fca2dd1091b96e0 (diff) | |
download | timeline-02aff31ef153ed400d9348b2f9518861993778d2.tar.gz timeline-02aff31ef153ed400d9348b2f9518861993778d2.tar.bz2 timeline-02aff31ef153ed400d9348b2f9518861993778d2.zip |
...
Diffstat (limited to 'FrontEnd/src/app/index.sass')
-rw-r--r-- | FrontEnd/src/app/index.sass | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/FrontEnd/src/app/index.sass b/FrontEnd/src/app/index.sass index ae315715..1a833174 100644 --- a/FrontEnd/src/app/index.sass +++ b/FrontEnd/src/app/index.sass @@ -1,4 +1,5 @@ @import '~bootstrap/scss/bootstrap'
+@import '~bootstrap-icons/font/bootstrap-icons.css'
@import './views/common/common'
@import './views/common/alert/alert'
@@ -34,12 +35,10 @@ small width: 40px
.icon-button
- width: 1.4em
- height: 1.4em
+ font-size: 1.4em
cursor: pointer
&.large
- width: 1.6em
- height: 1.6em
+ font-size: 1.6em
.cursor-pointer
cursor: pointer
|