frontend/src/components/Transfer/index.scss
wrzesinski-hubert 28b6869ad5 topbar
2020-06-01 16:26:58 +02:00

16 lines
276 B
SCSS

.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;
}