mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-22 20:22:51 +00:00
21 lines
384 B
CSS
21 lines
384 B
CSS
.t-metro .c-tt-buy-button--unlocked {
|
|
color: #00bcd4;
|
|
background: #212121;
|
|
border: 0.1rem solid #00bcd4;
|
|
}
|
|
|
|
.t-metro .c-tt-buy-button--unlocked:hover {
|
|
color: #212121;
|
|
background: #00bcd4;
|
|
}
|
|
|
|
.t-metro .c-tt-buy-button--locked {
|
|
background: #9e9e9e;
|
|
border: none;
|
|
box-shadow: 1px 1px 1px 0 #000000;
|
|
}
|
|
|
|
.t-metro .c-tt-buy-button--locked:hover {
|
|
background: #ef5350;
|
|
}
|