This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprotokolle.sass
144 lines (109 loc) · 2.41 KB
/
protokolle.sass
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
@import "_loader"
.protokolle
.filters
background-color: #e9e9e9
padding: 1em
h1
margin-top: -1.2em
.options
display: flex
.options *
font-family: "overpass" //TODO USE sass variable
font-size: 20px
ul
max-height: 200px
overflow-y: scroll
h2
text-transform: none
font-size: 20px
font-weight: normal
margin-top: 1.8em
margin-bottom: 0.5em
form
display: inline-block
margin-left: auto
button
background-color: transparent
border: none
margin-right: 30px
img
margin: .1em .3em
//transition: all 1s ease
transform: rotate(180deg)
&.selected
span
text-decoration: underline
img
transform: rotate(0deg)
.hasSelect
button:not(.selected), input:not(.selected)
opacity: .3
.people, .years, .topics
input[type="text"]
padding: 10px
border: 2px solid
&:disabled
background-color: #B8B8B8
border: 2px solid #B8B8B8
label:hover
background-color: #e7fcfe
border: 1px solid #00bfd0
border-radius: 9px
input[type=checkbox]
display: none
label
margin-top: 5px
display: block
width: 80%
cursor: pointer
border-bottom: 1px solid #ccc
padding: 10px 10px 10px 20px
img
clip-path: circle(23px at 23px 23px)
width: 45px
float: left
margin-right: 10px
.party
font-size: 16px
color: #807e7e
ul
list-style-type: none
.selections
display: flex
align-items: center
ul
display: flex
list-style-type: none
flex-wrap: wrap
li
background-color: black
color: white
padding: 5px
margin-left: 30px
a
color: white
button
padding: 10px
background-color: black
color: white
border: 2px solid black
margin-left: auto
&:disabled
background-color: gray
.tops
tbody td:first-child span
background-color: #88ffdb
padding: .3em
ul
list-style-type: none
a
text-decoration: none
.afilter
max-height: 300px
overflow: hidden
transition: all ease-in 0.5s
.afilter.ng-hide
max-height: 0
img.emoji
height: 1.3em
width: 1.3em