frontend/src/components/Transfer/index.scss

41 lines
587 B
SCSS
Raw Normal View History

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