frontend/src/components/Transfer/index.scss

16 lines
276 B
SCSS
Raw Normal View History

2020-06-01 16:26:58 +02:00
.wrapper{
display: flex;
justify-content: center;
text-align: center;
align-items: center;
height: 80vh;
}
.transfer{
display: flex;
width: 80%;
height: 70%;
background-color: purple;
align-items: center;
justify-content: center;
}