Files: a3d2c0a84691aab64838207f75583d4e86d564b5 / modules_core / message / confirm.mcss
552 bytesRaw
1 | MessageConfirm { |
2 | section { |
3 | -preview_description { |
4 | } |
5 | |
6 | -message_preview { |
7 | background-color: white |
8 | |
9 | div { |
10 | border: none |
11 | |
12 | header.author { |
13 | div { |
14 | section { |
15 | -timestamp { |
16 | display: none |
17 | } |
18 | } |
19 | } |
20 | } |
21 | |
22 | section.action { |
23 | display: none |
24 | } |
25 | } |
26 | } |
27 | |
28 | -actions { |
29 | margin-top: 1rem |
30 | display: flex |
31 | justify-content: flex-end |
32 | |
33 | button { |
34 | margin: 0 0 0 1rem |
35 | } |
36 | } |
37 | } |
38 | } |
39 | |
40 |
Built with git-ssb-web