pin register action to page bottom

This commit is contained in:
Barry Gitarts 2018-07-13 15:57:07 -04:00
parent e638860e33
commit 9320c0d617
1 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ const InnerForm = ({
button={ button={
<Button <Button
mode="strong" mode="strong"
style={{ marginTop: '5px' }} style={{ marginTop: '5px' }}
onClick={() => { onClick={() => {
ENSSubdomainRegistry.methods.getPrice(hash(values.domainName)) ENSSubdomainRegistry.methods.getPrice(hash(values.domainName))
.call() .call()
@ -113,8 +113,8 @@ const InnerForm = ({
required required
wide /> wide />
</Field> </Field>
<div style={{ margin: '10% 0 0 20%' }}> <div style={{ position: 'absolute', left: 0, right: 0, bottom: 0, width: '1vw'}}>
<MobileButton type="submit" text="Pay & register" /> <MobileButton type="submit" text="Register with transaction" />
</div> </div>
</Hidden> </Hidden>
</form> </form>