You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

243 lines
5.1 KiB

.home {
.liner-box {
position: relative;
width: 100%;
height: 190px;
background-color: #2d8ad7;
border-radius: 0px 0px 20% 20% / 40% 40%;
.start-button {
width: 140px;
height: 35px;
border-radius: 23px;
background: #f3f3f3;
box-sizing: border-box;
border: 1px solid #4ee1f9;
box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1608);
font-weight: bold;
}
.logo {
background-image: url("../assets/max-logo.png");
width: 300px;
height: 328px;
background-size: 100% 100%;
position: absolute;
left: 230px;
top: 0;
}
.radius {
width: 100%;
background: linear-gradient(180deg, #473c80 -6%, #021a56 100%);
height: 180px;
color: $white;
border-radius: 0px 0px 20% 20% / 40% 40%;
position: absolute;
top: 0;
left: 0;
}
}
.product-box {
width: 100%;
height: 192px;
border-radius: 23px;
box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1608);
background-image: url('../assets/product-box.png');
background-size: 100% 100%;
object-fit: cover;
position: relative;
color: $white;
.box {
width: 391px;
height: 172px;
border-radius: 23px;
background: rgba(255, 255, 255, 0.102);
box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1608);
padding: 15px;
}
}
.BinancePag {
.img {
@include img-size(42px, 42px);
}
.Locked {
width: 100px;
height: 30px;
-webkit-clip-path: polygon(15% 0, 85% 0, 100% 50%, 100% 50%, 85% 100%, 15% 100%, 0 46%, 0 50%);
clip-path: polygon(15% 0, 85% 0, 100% 50%, 100% 50%, 85% 100%, 15% 100%, 0 46%, 0 50%);
background: #4ee1f9;
box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1608);
border: none;
font-weight: bold;
}
}
.tabs-box {
width: 82px;
height: 29px;
box-sizing: border-box;
border: 1px solid #ffffff;
border-radius: 23px;
font-size: 14px;
font-weight: bold;
}
.active-tab-box {
width: 82px;
height: 29px;
border-radius: 23px;
opacity: 1;
background: #f3f3f3;
box-sizing: border-box;
color: $black;
border: 1px solid #4ee1f9;
}
.divider {
width: 100%;
height: 6px;
background: #1c1c1c;
}
.help {
width: 430px;
display: flex;
align-items: center;
overflow: hidden;
overflow-x: scroll;
&::-webkit-scrollbar {
display: none;
}
}
.Upcoming {
.box {
width: 100%;
height: 106px;
border-radius: 23px;
background: #ffffff;
box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1608);
padding: 15px 25px;
}
}
@for $i from 1 through 3 {
.help-bg-img-#{$i} {
background-image: url('../assets/scroll-#{$i}.png');
}
}
.help-box {
min-width: 260px;
height: 130px;
border-radius: 17px;
background-size: 100% 100%;
opacity: 1;
box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1608);
padding: 20px 14px;
color: $white;
object-fit: cover;
align-items: start;
.help-img-0 {
width: 46px;
height: 72px;
object-fit: cover;
margin-top: 10px;
}
.help-img-1 {
width: 64px;
height: 87px;
object-fit: cover;
margin-top: 10px;
}
.help-img-2 {
width: 68px;
height: 69px;
object-fit: cover;
margin-top: 10px;
}
}
.refer {
width: 100%;
height: 178px;
border-radius: 23px;
opacity: 1;
background: #ffffff;
box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1608);
position: relative;
.img {
position: absolute;
width: 94px;
height: 92px;
object-fit: cover;
left: 0;
bottom: -35px;
}
.box {
width: 391px;
height: 159px;
border-radius: 23px;
background-size: 100% 100%;
background-image: url('../assets/referees-box.png');
box-sizing: border-box;
border: 1px solid #ffffff;
box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1608);
color: $white;
}
}
.understand-button {
width: 150px;
height: 35px;
border-radius: 23px;
background: #021a56;
box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1608);
color: $white;
}
.rv-cell {
background: $white;
border-radius: 10px;
}
.rv-collapse-item {
border-radius: 20px;
box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1608);
}
.rv-collapse-item__title--expanded {
border-radius: 10px 10px 0px 0px;
}
.rv-collapse-item--border {
&::after {
border: none;
}
}
.rv-collapse-item__title--expanded {
&::after {
border: none;
}
}
.rv-collapse-item__wrapper {
box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1608);
}
.rv-collapse-item__content {
background: $white;
color: $black;
border-radius: 0px 0px 10px 10px;
box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1608);
}
}