Files: 5e399826faea89305f911f9f2fb8a9509f9a0319 / modules_basic / message-footer.mcss
199 bytesRaw
1 | MessageFooter { |
2 | display: flex |
3 | flex-direction: column |
4 | |
5 | section.actions { |
6 | display: flex |
7 | justify-content: flex-end |
8 | |
9 | a { |
10 | margin-left: .5em |
11 | } |
12 | } |
13 | |
14 | section.backlinks { |
15 | |
16 | } |
17 | } |
18 |
Built with git-ssb-web