From 4ada75579335ec682e3f0b51be57aef83252949f Mon Sep 17 00:00:00 2001 From: Kazu Yokomizo Date: Wed, 12 Apr 2017 22:22:22 +0900 Subject: [PATCH] Change the info at InfoTag modal --- .../main/modals/PreferencesModal/InfoTab.js | 37 ++++++++++++------- .../main/modals/PreferencesModal/InfoTab.styl | 28 ++++---------- 2 files changed, 31 insertions(+), 34 deletions(-) diff --git a/browser/main/modals/PreferencesModal/InfoTab.js b/browser/main/modals/PreferencesModal/InfoTab.js index 39273ed8..3af565fd 100644 --- a/browser/main/modals/PreferencesModal/InfoTab.js +++ b/browser/main/modals/PreferencesModal/InfoTab.js @@ -34,24 +34,33 @@ class InfoTab extends React.Component { -
-
Made by  - this.handleLinkClick(e)} - >MAISIN&CO.
-
© 2017 MAISIN&CO.
diff --git a/browser/main/modals/PreferencesModal/InfoTab.styl b/browser/main/modals/PreferencesModal/InfoTab.styl index 2c17ae17..4947c3bc 100644 --- a/browser/main/modals/PreferencesModal/InfoTab.styl +++ b/browser/main/modals/PreferencesModal/InfoTab.styl @@ -4,11 +4,9 @@ padding 15px white-space pre line-height 1.4 - color $ui-text-color + color alpha($ui-text-color, 90%) width 100% - -.clear - clear both + font-size 14px .top text-align left @@ -34,26 +32,16 @@ .description font-size 14px -.madeBy - font-size 14px - $ui-inactive-text-color - -.copyright - font-size 14px - $ui-inactive-text-color - .list list-style square padding-left 2em li white-space normal - + padding-bottom 10px + a + color #4E8EC6 + text-decoration none + body[data-theme="dark"] .root - color $tab--dark-text-color - - .madeBy - color $ui-dark-inactive-text-color - - .copyright - color $ui-dark-inactive-text-color + color alpha($tab--dark-text-color, 80%) \ No newline at end of file