]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/techniques.scss
allow filtering of techniques by ruleset
[alttp.git] / resources / sass / techniques.scss
index a28c4386f05acfcc989fa56c15f195fe931800f5..8355e70b61a8baccb281fe851b7e46fef17f2da9 100644 (file)
@@ -4,6 +4,18 @@
        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 {