nitro-react/src/components/help/HelpView.scss
Bill 955e801547
Vite & Landscapes (#117)
* Start pixi v6.5 changes

* Fix assets

* Add tilemap back

* Update stylesheets

* Update icons

* Update room preview window

* Update renderer config

* Bump renderer version

* Fix sass warning

* Change start command
2023-01-03 01:39:03 -06:00

19 lines
297 B
SCSS

.nitro-help {
height: $help-height;
width: $help-width;
.index-image {
background: url('@/assets/images/help/help_index.png');
width: 126px;
height: 105px;
}
}
.nitro-cfh-sanction-status {
width: 400px;
}
.nitro-change-username {
width: 300px;
}