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:
@@ -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
|
||||||
|
|||||||
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