git ssb

16+

Dominic / patchbay



Tree: 74d21888026f7c2aa923da3565091984d4d311c5

Files: 74d21888026f7c2aa923da3565091984d4d311c5 / 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