Files: 95947f0ca5c8eebaaa8fa01239dc409edfa01d95 / app / html / external-confirm.mcss
495 bytesRaw
1 | ExternalConfirm { |
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 | margin-right: 0 |
34 | |
35 | } |
36 | } |
37 | } |
38 | |
39 |
Built with git-ssb-web