git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Tree: 2d3be0b71fb114fe7815f6d65ae8c25ba8337ae4

Files: 2d3be0b71fb114fe7815f6d65ae8c25ba8337ae4 / styles / picker.mcss

1310 bytesRaw
1Picker {
2 a {
3 padding: 6px;
4 display: inline-block;
5 background: #fff;
6 margin: 3px;
7 border: 1px solid #EEE;
8 color: #222;
9 vertical-align: top;
10
11 -add {
12 padding: 0 5px
13 font-size: 20px
14 border-color: #DDD
15 background: #EEE
16 }
17
18 :hover {
19 border-color: #deb250;
20 color: #deb250;
21 background: #faf3e8;
22 text-decoration: none
23 }
24
25 img {
26 width: 50px
27 height: 50px
28 display: block
29 }
30
31 -self {
32 border-color: #b3d6bd;
33 background: #fbfffb;
34 color: #719a68;
35 }
36
37 -assigned {
38 padding: 4px;
39 border: 2px solid #ffa800;
40 box-shadow: 0px 1px 2px #ff8d00;
41 color: #a8702a;
42 font-weight: bold;
43 }
44 }
45
46 span.add {
47 position: relative
48 display: inline-block;
49 border: 1px solid #DDD
50 background: #EEE
51 margin: 3px;
52 color: #222;
53 vertical-align: top;
54 :hover {
55 border-color: #deb250;
56 color: #deb250;
57 background: #faf3e8;
58 }
59 ::before {
60 font-size: 30px;
61 content: '+';
62 position: absolute;
63 top: 13px;
64 left: 0;
65 right: 0;
66 text-align: center;
67 }
68 input[type="file"] {
69 height: 62px
70 width: 62px
71 display: block
72 cursor: pointer
73 opacity: 0
74 }
75 }
76
77
78}
79

Built with git-ssb-web