git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Tree: 996cb9ffec97abd3bf8391f3a15e462d01fd663d

Files: 996cb9ffec97abd3bf8391f3a15e462d01fd663d / 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