Files: 17058bda8f3ec2ed8cca617fca2a13632716328b / app / html / external-confirm.mcss
366 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 | |
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