1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Fix progress bar UI at NoteItem

This commit is contained in:
Kazu Yokomizo
2017-08-12 12:13:07 +09:00
parent ab1aa56059
commit 076edd375f
4 changed files with 19 additions and 10 deletions

View File

@@ -1,27 +1,32 @@
.todo-process
font-size 12px
display flex
padding-top 15px
width 85%
.todo-process-text
display inline-block
padding-right 10px
white-space nowrap
text-overflow ellipsis
color $ui-inactive-text-color
i
color grey
color $ui-inactive-text-color
padding-right 5px
.todo-process-bar
display inline-block
margin auto
width 150px
height 5px
height 4px
border-radius 10px
background-color #DADFE1
border-radius 2px
flex-grow 1
border 1px solid alpha(#6C7A89, 10%)
.todo-process-bar--inner
height 100%
border-radius 5px
background-color #6C7A89
transition 0.3s
@@ -29,8 +34,12 @@
body[data-theme="dark"]
.todo-process
color $ui-dark-text-color
.todo-process-bar
background-color #363A3D
.todo-process-text
color $ui-inactive-text-color
.todo-process-bar--inner
background-color: alpha(#939395, 50%)