mars-interface/src/components/redbank/BorrowColumns/useBorrowColumns.module.scss
2023-04-20 22:12:19 +08:00

40 lines
578 B
SCSS

@import 'src/styles/master';
.color {
position: absolute;
top: 0;
width: rem-calc(7);
height: space(16);
margin-left: rem-calc(-7);
&.OSMO {
background-image: $colorGradientOSMO;
}
&.ATOM {
background-image: $colorGradientATOM;
}
&.JUNO {
background-image: $colorGradientJUNO;
}
&.axlUSDC {
background-image: $colorGradientAxlUSDC;
}
&.axlWBTC {
background-image: $colorGradientAxlWBTC;
}
&.axlWETH {
background-image: $colorGradientAxlWETH;
}
}
.logo {
display: grid;
margin: auto;
width: rem-calc(32);
}