git ssb

10+

Matt McKegg / patchwork



Tree: 6d6084e94a92cf0ef8aa71d94e1077b21a55e5a4

Files: 6d6084e94a92cf0ef8aa71d94e1077b21a55e5a4 / styles / light / gathering-editor.mcss

651 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