git ssb

16+

Dominic / patchbay



Tree: 04c385c3b68e8f6a953b37f9f099b1116e22c8b5

Files: 04c385c3b68e8f6a953b37f9f099b1116e22c8b5 / 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