git ssb

1+

Daan Patchwork / patchwork



Tree: 83e73400cbb666a977e7f21d8c6d64570fc569b1

Files: 83e73400cbb666a977e7f21d8c6d64570fc569b1 / styles / base / picker.mcss

538 bytesRaw
1Picker {
2 a {
3 display: inline-block
4 vertical-align: top
5 border-radius: 5px
6 img {
7 width: 50px
8 height: 50px
9 display: block
10 border-radius: 5px
11 object-fit: cover
12 }
13 }
14 span.add {
15 position: relative
16 display: inline-block
17 border-radius: 5px
18 ::before {
19 font-size: 30px
20 content: '+'
21 position: absolute
22 left: 0
23 right: 0
24 text-align: center
25 }
26 input[type="file"] {
27 display: block
28 cursor: pointer
29 opacity: 0
30 }
31 }
32}
33

Built with git-ssb-web