mars-interface/src/components/redbank/DepositColumns/useDepositColumns.module.scss
2023-03-13 23:13:10 +01:00

37 lines
507 B
SCSS

@import 'src/styles/master';
.color {
position: absolute;
top: 0;
width: space(2);
height: space(16);
@include margin(0, 0, 0, -2);
&.OSMO {
background-image: $colorGradientOSMO;
}
&.ATOM {
background-image: $colorGradientATOM;
}
&.axlUSDC {
background-image: $colorGradientAxlUSDC;
}
&.stATOM {
background-image: $colorGradientStATOM;
}
}
.logo {
display: grid;
margin: auto;
width: rem-calc(32);
}
.notBorrowable {
width: 100%;
display: block;
}