git ssb

16+

Dominic / patchbay



Tree: 1c2926f12ff8e365e1d469f23180b50d50b9c749

Files: 1c2926f12ff8e365e1d469f23180b50d50b9c749 / app / html / external-confirm.mcss

473 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 background-color: #f5f5f5
18 color: #c121dc
19 padding: .3rem
20 white-space: pre-wrap
21 word-wrap: break-word
22 }
23 }
24
25 section.actions {
26 display: flex
27 justify-content: flex-end
28
29 button.cancel {
30
31 }
32 button.okay {
33
34 }
35 }
36}
37
38

Built with git-ssb-web