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 | d9ac1c1d1d999b0e7719504ff5c3234915de8f06 (patch) | |
tree | 280496ce9cf68bdc3abcf2bc2b707927d013778b /FrontEnd/src/app/index.sass | |
parent | 8f13a5f8efad9cd50772d17db9a4599b8e724d6b (diff) | |
download | timeline-d9ac1c1d1d999b0e7719504ff5c3234915de8f06.tar.gz timeline-d9ac1c1d1d999b0e7719504ff5c3234915de8f06.tar.bz2 timeline-d9ac1c1d1d999b0e7719504ff5c3234915de8f06.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
|