git ssb

1+

Daan Patchwork / patchwork



Tree: 1e0d83b096ae1e434e0decc1cb3af6cec68ec72a

Files: 1e0d83b096ae1e434e0decc1cb3af6cec68ec72a / styles / base / tag-list.mcss

695 bytesRaw
1TagList {
2 a.tag {
3 display: flex
4 padding: 4px
5 font-size: 110%
6 margin: 4px 0
7 border-radius: 5px
8 position: relative
9 text-decoration: none
10 background-repeat: no-repeat
11 background-position: right
12 div.main {
13 display: flex
14 flex-direction: column
15 flex: 1
16 margin-left: 10px
17 justify-content: center
18 min-width: 0px
19 div.name {
20 white-space: nowrap
21 -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,1) 90%, rgba(0,0,0,0))
22 }
23 }
24 div.buttons {
25 display: flex
26 align-items: center
27 padding-right: 10px
28 }
29 :hover {
30 div.controls {
31 opacity: 1
32 }
33 }
34 }
35}
36

Built with git-ssb-web