File: //var/www/quadcode.com/src/scss/trading-platform/folderStyle.scss
.folderHeader {
width: 100%;
position: absolute;
left: 0;
top: 0;
height: auto;
.row {
border-radius: 12px;
height: 82px;
background-color: $techWhite;
svg {
height: 40px;
}
@include breakpoint-down('deskL') {
svg {
height: 30px;
}
}
@include breakpoint-down('tabL') {
height: 50px;
svg {
height: 26px;
}
}
@include breakpoint-down('tabM') {
height: 24px;
svg {
height: 13px;
width: auto;
}
}
&:last-of-type {
margin-top: -52px;
z-index: 1;
position: relative;
@include breakpoint-down('deskL') {
margin-top: -54px;
}
@include breakpoint-down('tabL') {
margin-top: -25px;
}
@include breakpoint-down('tabM') {
margin-top: -12px;
}
}
&.red {
background-color: $redPrimary;
}
svg {
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
}
}
}
.folderДrest {
&.center {
right: 0;
left: 0;
margin: auto;
}
position: absolute;
bottom: 49px;
left: -2px;
width: fit-content;
height: fit-content;
display: flex;
svg {
height: 40px;
}
@include breakpoint-down('deskL') {
bottom: 24px;
svg {
height: 30px;
}
}
@include breakpoint-down('tabL') {
bottom: 14px;
svg {
height: 26px;
}
}
@include breakpoint-down('tabM') {
bottom: 13px;
svg {
height: 13px;
width: auto;
}
}
}
.folderFooter {
width: 100%;
position: absolute;
left: 0;
height: auto;
z-index: -1;
bottom: -17.5px;
&.top {
top: 15px;
bottom: auto;
}
@include breakpoint-down('deskL') {
bottom: -21px;
&.top {
top: 7px;
bottom: auto;
}
}
@include breakpoint-down('tabL') {
bottom: -16px;
&.top {
top: 11px;
bottom: auto;
}
}
@include breakpoint-down('tabM') {
bottom: 0;
&.top {
top: 4px;
bottom: 0px;
}
}
.row {
left: 0;
z-index: 1;
position: relative;
background-color: $techWhite;
border-radius: 20px;
height: 60px;
@include breakpoint-down('tabL') {
border-radius: 12px;
height: 36px;
}
&.red {
z-index: -1;
margin-top: -40px;
background-color: $redPrimary;
@include breakpoint-down('deskL') {
margin-top: -29px;
}
@include breakpoint-down('tabL') {
margin-top: -20px;
}
}
}
}