mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-10 11:51:08 +00:00
make invite forms submit button more noticeable
This commit is contained in:
@@ -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 />
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user