diff --git a/browser/main/modals/PreferencesModal/StoragesTab.styl b/browser/main/modals/PreferencesModal/StoragesTab.styl index 8e6096fe..6407ea58 100644 --- a/browser/main/modals/PreferencesModal/StoragesTab.styl +++ b/browser/main/modals/PreferencesModal/StoragesTab.styl @@ -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 diff --git a/browser/main/modals/PreferencesModal/Tab.styl b/browser/main/modals/PreferencesModal/Tab.styl new file mode 100644 index 00000000..9ff86448 --- /dev/null +++ b/browser/main/modals/PreferencesModal/Tab.styl @@ -0,0 +1,7 @@ +/** + * Common style for tabs on config modal. + */ + +.header + font-size 24px + margin-bottom 20px