nitro-react/src/components/help/HelpView.scss

19 lines
289 B
SCSS
Raw Normal View History

2021-10-25 04:54:54 +02:00
.nitro-help {
2022-02-09 04:26:22 +01:00
height: $help-height;
width: $help-width;
2021-10-25 04:54:54 +02:00
.index-image {
2022-03-15 23:04:58 +01:00
background: url('/images/help/help_index.png');
2021-10-25 04:54:54 +02:00
width: 126px;
height: 105px;
}
}
2021-11-14 02:11:26 +01:00
.nitro-cfh-sanction-status {
width: 400px;
}
2022-01-15 05:04:50 +01:00
.nitro-change-username {
width: 300px;
}