git ssb

1+

Daan Patchwork / patchwork



Tree: 8ccc9fb88d1bc2aa39a121fca766f8ba30115656

Files: 8ccc9fb88d1bc2aa39a121fca766f8ba30115656 / styles / base / gathering-editor.mcss

645 bytesRaw
1GatheringEditor {
2 display: flex
3 flex-direction: column
4 input.date {
5 background: white
6 font-size: 150%
7 color: #333
8 padding: 10px
9 height: auto
10 margin-top: 10px
11 }
12 div.banner {
13 margin-top: 10px
14 border: 1px solid #aaa
15 box-shadow: none
16 height: 250px
17 width: 100%
18 background-position: center
19 background-repeat: no-repeat
20 background-size: cover
21 }
22 input {
23 border: 1px solid #ccc
24 font-size: 150%
25 padding: 10px
26 }
27 textarea {
28 resize: vertical
29 margin-top: 10px
30 border: 1px solid #ccc
31 padding: 10px
32 font-size: 120%
33 flex: 1
34 min-height: 100px
35 }
36}
37

Built with git-ssb-web