1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

add: common style for config tabs

This commit is contained in:
sota1235
2016-12-30 14:10:36 +09:00
parent 2bbac8a6f4
commit ebd07694db
2 changed files with 9 additions and 4 deletions

View File

@@ -1,11 +1,9 @@
@import('./Tab')
.root .root
padding 15px padding 15px
color $ui-text-color color $ui-text-color
.header
font-size 24px
margin-bottom 20px
.list .list
margin-bottom 15px margin-bottom 15px
font-size 14px font-size 14px

View File

@@ -0,0 +1,7 @@
/**
* Common style for tabs on config modal.
*/
.header
font-size 24px
margin-bottom 20px