]> git.localhorst.tv Git - alttp.git/blob - resources/sass/techniques.scss
allow filtering of techniques by ruleset
[alttp.git] / resources / sass / techniques.scss
1 .ruleset-box {
2         display: inline-grid;
3         grid-template-columns: 1fr 1fr;
4         gap: 0 1ex;
5         padding: 0.5ex;
6         border-radius: 0.5ex;
7
8         .form-check label {
9                 margin-top: 0;
10         }
11 }
12
13 .tech-filter {
14         max-width: 18em;
15         text-align: right;
16         .form-check {
17                 text-align: left;
18         }
19 }
20
21 .tech-list {
22         margin: 1em 0;
23         padding: 0;
24         list-style: none;
25
26         li {
27                 margin: 1ex 0;
28                 padding: 1ex;
29                 border-top: thin solid silver;
30         }
31
32         h2 > a {
33                 text-decoration: none;
34         }
35 }
36
37 .tech-outline {
38         float: right;
39 }