git ssb

16+

Dominic / patchbay



Tree: 8b5b920e5132a013a0492373f4dbf3e11cfcf8bd

Files: 8b5b920e5132a013a0492373f4dbf3e11cfcf8bd / app / html / external-confirm.mcss

366 bytesRaw
1ExternalConfirm {
2 header {
3 font-weight: 600
4 margin-bottom: .5rem
5 }
6
7 section.prompt {
8 background: #fff
9 padding: 1rem
10 margin-bottom: 1rem
11
12 div.question{
13
14 }
15
16 pre.link {
17
18 }
19 }
20
21 section.actions {
22 display: flex
23 justify-content: flex-end
24
25 button.cancel {
26
27 }
28 button.okay {
29 margin-right: 0
30
31 }
32 }
33}
34
35

Built with git-ssb-web