]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/events.scss
events overview
[alttp.git] / resources / sass / events.scss
diff --git a/resources/sass/events.scss b/resources/sass/events.scss
new file mode 100644 (file)
index 0000000..918e9bf
--- /dev/null
@@ -0,0 +1,14 @@
+.event-list {
+       list-style: none;
+       padding: 0;
+}
+
+.events-item {
+       background-size: 6rem auto;
+       background-repeat: no-repeat;
+       background-position: left bottom;
+
+       .event-pane {
+               width: 10rem;
+       }
+}