]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/techniques.scss
allow filtering of techniques by ruleset
[alttp.git] / resources / sass / techniques.scss
index c4fa505032ceb4333c7391b85b3b482cbac4f272..8355e70b61a8baccb281fe851b7e46fef17f2da9 100644 (file)
@@ -1,3 +1,39 @@
+.ruleset-box {
+       display: inline-grid;
+       grid-template-columns: 1fr 1fr;
+       gap: 0 1ex;
+       padding: 0.5ex;
+       border-radius: 0.5ex;
+
+       .form-check label {
+               margin-top: 0;
+       }
+}
+
+.tech-filter {
+       max-width: 18em;
+       text-align: right;
+       .form-check {
+               text-align: left;
+       }
+}
+
+.tech-list {
+       margin: 1em 0;
+       padding: 0;
+       list-style: none;
+
+       li {
+               margin: 1ex 0;
+               padding: 1ex;
+               border-top: thin solid silver;
+       }
+
+       h2 > a {
+               text-decoration: none;
+       }
+}
+
 .tech-outline {
        float: right;
 }