make invite forms submit button more noticeable

This commit is contained in:
Riku Rouvila
2017-08-28 18:40:30 +01:00
parent f1ec36cc3b
commit 4755b93b3a
2 changed files with 3 additions and 4 deletions

View File

@@ -97,7 +97,7 @@ module.exports = React.createClass({
type='submit'
title='Lähetä'
disabled={this.state.error || this.state.submitted}>
Lähetä
</button>
<div className='invite-form__loader'>
<Loader />

View File

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