From 4755b93b3affc1c1501aa59a464e9dc24f847b5a Mon Sep 17 00:00:00 2001 From: Riku Rouvila Date: Mon, 28 Aug 2017 18:40:30 +0100 Subject: [PATCH] make invite forms submit button more noticeable --- src/js/components/inviteForm.js | 2 +- src/styles/style.styl | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/js/components/inviteForm.js b/src/js/components/inviteForm.js index 07317ea..ed3a892 100644 --- a/src/js/components/inviteForm.js +++ b/src/js/components/inviteForm.js @@ -97,7 +97,7 @@ module.exports = React.createClass({ type='submit' title='Lähetä' disabled={this.state.error || this.state.submitted}> - ⏎ + Lähetä
diff --git a/src/styles/style.styl b/src/styles/style.styl index 1b1747f..5fcf1b5 100644 --- a/src/styles/style.styl +++ b/src/styles/style.styl @@ -126,13 +126,12 @@ section:first-child .invite-form position relative .btn - width 40px height 32px - padding 0 + padding 0 10px position absolute right 8px top 7px - color rgba(255, 255, 255, 0.5) + color #fff &:active border-bottom 0 .invite-form__loader