34 lines
491 B
SCSS
34 lines
491 B
SCSS
|
|
.gap{
|
||
|
|
border-radius: ;
|
||
|
|
}
|
||
|
|
.home-container {
|
||
|
|
width: 360px;
|
||
|
|
height: 594px;
|
||
|
|
background-color: white;
|
||
|
|
}
|
||
|
|
.home-banner-box {
|
||
|
|
width: 360px;
|
||
|
|
height: 180px;
|
||
|
|
}
|
||
|
|
.home-button-box{
|
||
|
|
padding: 20px;
|
||
|
|
width: 360px;
|
||
|
|
height: 310px;
|
||
|
|
}
|
||
|
|
.home-button-action:active{
|
||
|
|
border: 1px solid #b6b6b6;
|
||
|
|
opacity: .70;
|
||
|
|
}
|
||
|
|
.box-1{
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
|
||
|
|
}
|
||
|
|
.box-2{
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
}
|