git ssb

3+

arj / patchbook



Tree: f98a6d9bdd5cd5d9f01b1677573a1c5f7390376d

Files: f98a6d9bdd5cd5d9f01b1677573a1c5f7390376d / book / html / layout / detail.mcss

752 bytesRaw
1Message -book-detail {
2 div.toggle-layout {
3 font-size: 1rem
4 cursor: pointer
5 position: absolute
6 top: 2rem
7
8 width: 1rem
9 display: flex
10 justify-content: center
11
12 border: 1px solid #fff
13
14 :hover {
15 border: 1px solid gainsboro
16 }
17 }
18
19 section.title {
20 font-size: 2rem
21
22 input {
23 font-size: 2rem
24 border: 1px solid gainsboro
25 }
26 }
27
28 section.content {
29 section {
30 margin-bottom: 1rem
31 }
32
33 section.description {
34 min-height: 3rem
35 }
36
37 section.actions {
38 display: flex
39 flex-basis: 100%
40 justify-content: flex-end
41 }
42 }
43
44 section.actions {
45 display: flex
46 justify-content: flex-start
47
48 button.edit {
49 margin-left: auto
50 }
51 }
52}
53

Built with git-ssb-web