MyCrypto/common/containers/Tabs/Contracts/index.scss

31 lines
399 B
SCSS

@import "common/sass/variables";
@import "common/sass/mixins";
.Contracts {
&-header {
text-align: center;
margin: 2rem 0;
&-tab {
@include reset-button;
color: $ether-blue;
&:hover,
&:active {
opacity: 0.8;
}
&.is-active {
&,
&:hover,
&:active {
color: $text-color;
cursor: default;
opacity: 1;
font-weight: 500;
}
}
}
}
}