mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 02:06:29 +00:00
@@ -1,13 +1,31 @@
|
|||||||
.percentageBar
|
.percentageBar
|
||||||
position absolute
|
position absolute
|
||||||
background-color #bcbcbc
|
top 58px
|
||||||
height 20px
|
right: 0px
|
||||||
|
left 0px
|
||||||
|
background-color #DADFE1
|
||||||
width 100%
|
width 100%
|
||||||
|
height: 15px
|
||||||
|
font-size: 12px
|
||||||
|
z-index 100
|
||||||
|
border-radius 2px
|
||||||
|
|
||||||
.progressBar
|
.progressBar
|
||||||
background-color #52d8a5
|
background-color: #6C7A89
|
||||||
height 20px
|
height 15px
|
||||||
text-align center
|
border-radius 2px
|
||||||
|
transition 0.3s
|
||||||
|
|
||||||
.progressBar p
|
.percentageText
|
||||||
color white
|
color #f4f4f4
|
||||||
|
padding: 2px 43%
|
||||||
|
|
||||||
|
body[data-theme="dark"]
|
||||||
|
.percentageBar
|
||||||
|
background-color #222426
|
||||||
|
|
||||||
|
.progressBar
|
||||||
|
background-color: $ui-dark-button--active-backgroundColor
|
||||||
|
|
||||||
|
.percentageText
|
||||||
|
color $ui-dark-text-color
|
||||||
Reference in New Issue
Block a user