git ssb

10+

Matt McKegg / patchwork



Tree: 1a03aa2bb2d9a29da6a23bc9e470675fb325fe6b

Files: 1a03aa2bb2d9a29da6a23bc9e470675fb325fe6b / styles / dark / 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