Files: 55fc93a9190c25f467ead205ab8d676b5191dbd4 / styles / dracula / picker.mcss
691 bytesRaw
1 | Picker { |
2 | margin: 5px 0 |
3 | a { |
4 | background: #44475a |
5 | margin: 0 5px 5px 0 |
6 | padding: 2px 5px |
7 | border: 2px solid transparent |
8 | color: #ccc |
9 | :hover { |
10 | color: white |
11 | } |
12 | img { |
13 | margin: -2px -5px |
14 | } |
15 | -assigned { |
16 | color: white |
17 | border: 2px solid #c1cdf0 |
18 | background: #c1cdf0 |
19 | } |
20 | -self { |
21 | color: white |
22 | border: 2px solid #ff79c6 !important |
23 | background: #ff79c6 !important |
24 | } |
25 | } |
26 | span.add { |
27 | background: #44475a |
28 | margin: 0 5px 5px 0 |
29 | border: 2px solid transparent |
30 | ::before { |
31 | top: 5px |
32 | } |
33 | :hover { |
34 | color: white |
35 | } |
36 | input[type="file"] { |
37 | height: 50px |
38 | width: 50px |
39 | } |
40 | } |
41 | } |
42 |
Built with git-ssb-web