git ssb

1+

Daan Patchwork / patchwork



Tree: 83e73400cbb666a977e7f21d8c6d64570fc569b1

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

427 bytesRaw
1SplitView -tags {
2 div.side {
3 div.tagControls {
4 display: flex
5 justify-content: space-between
6 margin-bottom: .5em
7 button {
8 width: 48%
9 }
10 }
11 }
12}
13TagsHeader {
14 position: relative
15 h1 {
16 display: inline-block
17 margin-right: .5em
18 margin-top: 1em
19 }
20 div.tagControls {
21 position: absolute
22 top: 2em
23 right: 0
24 button.you {
25 margin-right: .5em
26 }
27 }
28}
29

Built with git-ssb-web