git ssb

0+

Josiah / patchbay-tags



Tree: 653e7d95783fcb22649a1ce70a47fc0deb571e3f

Files: 653e7d95783fcb22649a1ce70a47fc0deb571e3f / bookmark / html / save.mcss

887 bytesRaw
1SaveBookmarkClosed {
2 position: relative
3
4 button.open {
5 position: absolute
6 right: 0
7 }
8}
9
10SaveBookmark {
11 height: 13.5rem
12 border-bottom: 1px solid gray
13 position: relative
14
15 input {
16 border: 1px solid gray
17 padding: .6rem
18 font-size: .9rem
19 box-sizing: border-box
20 }
21
22 input.message {
23 width: 100%
24 margin-right: .6rem
25 }
26
27 input.tags {
28 position: absolute
29 left: 0
30 bottom: 1.2rem
31 width: 50%
32 }
33
34 textarea {
35 width: 100%
36 border: 1px solid gray
37 padding: .6rem
38 font-size: .9rem
39 resize: none
40 margin: 10px 0
41 box-sizing: border-box
42 }
43
44 button.save {
45 position: absolute
46 bottom: 1.2rem
47 right: .6rem
48 }
49
50 button.cancel {
51 position: absolute
52 bottom: 1.2rem
53 right: 3.7rem
54 }
55}
56
57PublicToggle {
58 position: absolute
59 right: 8rem
60 bottom: 1.7rem
61
62 label {
63 margin-right: .2rem
64 }
65}
66

Built with git-ssb-web