git ssb

16+

Dominic / patchbay



Tree: 04c385c3b68e8f6a953b37f9f099b1116e22c8b5

Files: 04c385c3b68e8f6a953b37f9f099b1116e22c8b5 / app / html / filter.mcss

1171 bytesRaw
1Filter {
2 display: flex
3 flex-direction: column
4
5 color: #444
6
7 i {
8 position: absolute
9 top: 3rem
10
11 font-size: 1.2rem
12 color: #b3b3b3
13 cursor: pointer
14 }
15 i.fa-filter {
16 right: 2rem
17
18 -active {
19 color: #555
20 }
21 }
22 i.fa-angle-up {
23 left: 1rem
24 }
25
26 div {
27 margin: 0 .5rem .5rem .5rem
28 padding: .5rem
29 background-color: #fff
30 border: 1px gainsboro solid
31
32 -hidden {
33 height: 0
34 display: none
35 }
36
37 header {
38 margin-bottom: .4rem
39
40 font-weight: 600
41 i {
42 margin-left: .4rem
43 }
44 }
45
46 section {
47 display: flex
48 flex-wrap: wrap
49 justify-content: space-between
50 align-items: center
51
52 div.author {
53 label {
54 margin-right: .4rem
55 }
56 input {
57 border: 1px gainsboro solid
58 font-size: 1rem
59 }
60 }
61
62 div.message-types {
63 margin: .6rem 0
64 display: flex
65
66 header {
67 margin-right: 1rem
68 }
69 }
70 }
71
72 }
73}
74
75FilterToggle {
76 cursor: pointer
77 margin-right: .8rem
78
79 display: flex
80 align-items: center
81
82 label {
83 margin-right: .4rem
84 }
85
86 i {
87 }
88}
89

Built with git-ssb-web