mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
add: common style for config tabs
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
@import('./Tab')
|
||||
|
||||
.root
|
||||
padding 15px
|
||||
color $ui-text-color
|
||||
|
||||
.header
|
||||
font-size 24px
|
||||
margin-bottom 20px
|
||||
|
||||
.list
|
||||
margin-bottom 15px
|
||||
font-size 14px
|
||||
|
||||
7
browser/main/modals/PreferencesModal/Tab.styl
Normal file
7
browser/main/modals/PreferencesModal/Tab.styl
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Common style for tabs on config modal.
|
||||
*/
|
||||
|
||||
.header
|
||||
font-size 24px
|
||||
margin-bottom 20px
|
||||
Reference in New Issue
Block a user