mirror of
https://github.com/cerc-io/mars-interface.git
synced 2025-08-08 02:20:06 +00:00
40 lines
578 B
SCSS
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);
|
|
}
|