git ssb

1+

Daan Patchwork / patchwork



Tree: 06ded70b47c2b7b6dbd436a59f532f6caff0e67c

Files: 06ded70b47c2b7b6dbd436a59f532f6caff0e67c / 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