Browse Source

commit

main
mac 2 months ago
parent
commit
c5a26bcfee
  1. BIN
      src/assets/gp.png
  2. 2
      src/pages/submit/index.tsx
  3. 8
      src/styles/login.scss

BIN
src/assets/gp.png

After

Width: 4118  |  Height: 3119  |  Size: 260 KiB

2
src/pages/submit/index.tsx

@ -41,7 +41,7 @@ const Submit = () => {
<div className='container'>
<div className='row-center'>
<img src={require('../../assets/gmi.jpg')} className='img' alt="" />
<img src={require('../../assets/gp.png')} className='img-gp' alt="" />
</div>
<div className='row-center'>
<div style={{ maxWidth: 500, width: '100%', padding: '0 20px' }}>

8
src/styles/login.scss

@ -18,6 +18,13 @@
margin-bottom: 30px;
}
.img-gp {
width: 180px;
height: 180px;
object-fit: contain;
margin-top: 100px;
}
.verify-button {
height: 50px;
max-width: 160px;
@ -47,6 +54,7 @@
background: none;
}
}
.button {
width: 100%;
height: 52px;

Loading…
Cancel
Save