]> git.localhorst.tv Git - alttp.git/blob - resources/sass/events.scss
refine hi classification
[alttp.git] / resources / sass / events.scss
1 .event-list {
2         list-style: none;
3         padding: 0;
4 }
5
6 .events-item {
7         background-size: 6rem auto;
8         background-repeat: no-repeat;
9         background-position: left bottom;
10
11         .event-pane {
12                 width: 10rem;
13         }
14 }