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

Change the font-size at NoteList

This commit is contained in:
Kazu Yokomizo
2017-04-06 22:59:09 +09:00
parent 313e8b8c98
commit d45033ae8e
2 changed files with 5 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ $control-height = 30px
background-color $ui-active-color
.item-title
font-size 14px
font-size 12px
height 40px
box-sizing border-box
line-height 24px
@@ -63,7 +63,7 @@ $control-height = 30px
position absolute
top 20px
right 25px
font-size 14px
font-size 12px
color $ui-inactive-text-color
.item-title-empty
@@ -105,7 +105,7 @@ $control-height = 30px
.item-bottom-time
color $ui-inactive-text-color
font-size 12px
font-size 10px
.item-star
position absolute
@@ -114,7 +114,7 @@ $control-height = 30px
width 34px
height 34px
color $ui-favorite-star-button-color
font-size 14px
font-size 12px
padding 0
border-radius 17px

View File

@@ -36,7 +36,7 @@ $control-height = 30px
background-color $ui-active-color
.item-simple-title
font-size 14px
font-size 12px
height 40px
box-sizing border-box
line-height 24px