git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Tree: b2886f60b5b31141643c0ea134c62b9e8e0db8e2

Files: b2886f60b5b31141643c0ea134c62b9e8e0db8e2 / styles / message-confirm.mcss

354 bytesRaw
1MessageConfirm {
2 section {
3 max-height: 80vh;
4 overflow: auto;
5 margin: -20px;
6 padding: 20px;
7 margin-bottom: 0;
8 }
9 footer {
10 text-align: right;
11 background: #e2e2e2;
12 margin: 0px -20px -20px;
13 padding: 5px;
14 border-top: 1px solid #d6d6d6;
15 position: relative;
16 box-shadow: 0 0 6px rgba(51, 51, 51, 0.47);
17 }
18}
19

Built with git-ssb-web