git ssb

10+

Matt McKegg / patchwork



Tree: 3ce9f274492ef4b74c0de22ed8b53fa746fe0c4d

Files: 3ce9f274492ef4b74c0de22ed8b53fa746fe0c4d / styles / dark / picker.mcss

1119 bytesRaw
1Picker {
2 margin: 5px 0
3
4 a {
5 display: inline-block;
6 background: #383736
7 margin: 0 5px 5px 0
8 padding: 2px 5px
9 border: 2px solid transparent
10 border-radius: 3px
11 color: #ccc;
12 vertical-align: top;
13
14 :hover {
15 color: white
16 }
17
18 img {
19 width: 50px
20 height: 50px
21 display: block
22 border-radius: 3px
23 margin: -2px -5px
24 }
25
26 -assigned {
27 color: white
28 border: 2px solid #c1cdf0
29 background: #c1cdf0
30 }
31
32 -self {
33 color: white
34 border: 2px solid #6f74e5 !important
35 background: #6f74e5 !important
36 }
37 }
38
39 span.add {
40 position: relative
41 display: inline-block;
42 background: #383736
43 margin: 0 5px 5px 0
44 border: 2px solid transparent
45 border-radius: 3px
46
47 ::before {
48 font-size: 30px;
49 content: '+';
50 position: absolute;
51 top: 5px;
52 left: 0;
53 right: 0;
54 text-align: center;
55 }
56 :hover {
57 color: white
58 }
59 input[type="file"] {
60 height: 50px
61 width: 50px
62 display: block
63 cursor: pointer
64 opacity: 0
65 }
66 }
67
68
69}
70

Built with git-ssb-web