git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Tree: 2d3be0b71fb114fe7815f6d65ae8c25ba8337ae4

Files: 2d3be0b71fb114fe7815f6d65ae8c25ba8337ae4 / styles / gathering-editor.mcss

629 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 }
35}
36

Built with git-ssb-web