git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Tree: d9a31d30b2d44ee31f7bbc60157a051ac876ea17

Files: d9a31d30b2d44ee31f7bbc60157a051ac876ea17 / styles / light / editTags.mcss

652 bytesRaw
1StagedTags {
2 margin: 1rem 0 1rem 1rem
3 display: inline-block
4}
5
6EditTags {
7 margin: 1rem 1rem 1rem 0
8 display: inline-block
9 input.tags {
10 font-size: 1rem
11 padding: .4rem
12 }
13}
14
15ConfirmSuggest {
16 position: fixed
17 border: 1px solid #ddd
18 z-index: 100
19 background: white
20
21 ul {
22 margin: 0
23 padding: 0
24 list-style: none
25 li {
26 padding: 4px 8px
27 font-size: 85%
28 border-bottom: 1px solid #ddd
29 selected {
30 color: #fff
31 background-color: #428bca
32 border-color: darken(#428bca, 5%)
33 }
34 :last-child {
35 border: 0
36 }
37 img {
38 height: 20px
39 }
40 }
41 }
42}
43

Built with git-ssb-web