nitro-react/src/components/hc-center/HcCenterView.scss

45 lines
899 B
SCSS
Raw Normal View History

2021-12-05 14:14:43 +01:00
.nitro-hc-center {
width: 430px;
resize: none;
.hc-logo {
width: 213px;
height: 37px;
2022-03-15 23:38:48 +01:00
background-image: url('../../assets/images/hc-center/hc_logo.gif');
2021-12-05 14:14:43 +01:00
}
.payday-special {
height: 128px;
}
.payday {
width: 222px;
height: 150px;
2022-03-15 23:38:48 +01:00
background-image: url('../../assets/images/hc-center/payday.png');
2021-12-05 14:14:43 +01:00
z-index: 3;
color: #6b3502;
}
.clock {
width: 24px;
height: 24px;
2022-03-15 23:38:48 +01:00
background-image: url('../../assets/images/hc-center/clock.png');
2021-12-05 14:14:43 +01:00
}
.streak-info {
min-height: 64px;
line-height: 16px;
}
.habbo-avatar {
z-index: 4;
}
.benefits {
2022-03-15 23:38:48 +01:00
background-image: url('../../assets/images/hc-center/benefits.png');
2021-12-05 14:14:43 +01:00
background-position: right top;
background-repeat: no-repeat;
height: 100%;
}
}