git ssb

16+

Dominic / patchbay



Tree: 69a136809ca4b726c56731b35fb8c951b3d4260c

Files: 69a136809ca4b726c56731b35fb8c951b3d4260c / app / html / filter.mcss

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

Built with git-ssb-web