diff --git a/src/css/_form.scss b/src/css/_form.scss index e4d4451..4cd5a05 100644 --- a/src/css/_form.scss +++ b/src/css/_form.scss @@ -22,8 +22,8 @@ input { border-width: 1px; } - text-muted { - color: #eee; + .text-muted { + color: #999; } &.has-error { diff --git a/src/css/content.scss b/src/css/content.scss index 3170a19..92cb4ca 100644 --- a/src/css/content.scss +++ b/src/css/content.scss @@ -27,7 +27,7 @@ width: 100%; height: 100%; - img.moco-logo { + img.moco-bx-logo { width: 30px; height: 30px; } diff --git a/src/css/popup.scss b/src/css/popup.scss index c77ce64..e85df2f 100644 --- a/src/css/popup.scss +++ b/src/css/popup.scss @@ -3,12 +3,30 @@ html { height: 100%; - + body { height: 100%; #moco-bx-root { height: 100%; + + .moco-bx-logo__container { + display: flex; + margin-bottom: 2rem; + text-align: center; + + img.moco-bx-logo { + flex: 0 0 48px; + width: 48px; + height: 48px; + margin-right: 1rem; + } + + h1 { + line-height: 48px; + margin: 0; + } + } } } } diff --git a/src/js/components/App.js b/src/js/components/App.js index 3179303..78064d2 100644 --- a/src/js/components/App.js +++ b/src/js/components/App.js @@ -12,6 +12,7 @@ import { currentDate, secondsFromHours } from "utils" +import logoUrl from 'images/logo.png' import { head } from "lodash" @observer @@ -173,14 +174,21 @@ class App extends Component { const { service } = this.props; return ( -
+ <> +