frontend/src/components/Transfer/index.scss
2020-06-09 20:07:54 +02:00

41 lines
587 B
SCSS

.wrapper {
display: flex;
justify-content: center;
text-align: center;
align-items: center;
}
.transfer {
display: flex;
width: 80%;
height: 70%;
padding-top: 40px;
background: rgba(255, 220, 97, 0.48);
border: 1px solid #000000;
&__left {
display: flex;
justify-content: space-around;
flex-grow: 1;
}
&__right {
flex-grow: 4;
}
&__text {
font-family: Lato;
font-size: 50px;
}
&__input {
width: 300px;
height: 45px;
background: #d7a700;
}
&__give {
}
&__recieve {
}
&__proposition {
}
&__add {
}
}