Commit 2d9a96c93ab273214f6c0cf651dee57e412f9be5
add compose "warning" to dark theme
#600Matt McKegg committed on 9/16/2017, 2:58:13 AM
Parent: c7fec478665108c5e4a023aaf9df025aac2c5507
Files changed
styles/dark/compose.mcss | changed |
styles/light/compose.mcss | changed |
styles/dark/compose.mcss | ||
---|---|---|
@@ -27,8 +27,36 @@ | ||
27 | 27 | color: #757474 |
28 | 28 | } |
29 | 29 | } |
30 | 30 | |
31 | + section.warning { | |
32 | + overflow: hidden | |
33 | + color: #fff | |
34 | + font-size: 1.2rem | |
35 | + background-color: #ff00b6 | |
36 | + | |
37 | + height: 0 | |
38 | + padding: 0 .5rem | |
39 | + transition: all ease-in .1s | |
40 | + | |
41 | + display: flex | |
42 | + justify-content: space-between | |
43 | + | |
44 | + | |
45 | + -open { | |
46 | + padding: .5rem | |
47 | + height: initial | |
48 | + } | |
49 | + | |
50 | + i.fa { margin-right: .5rem } | |
51 | + div.warning { | |
52 | + strong { margin-right: .3rem } | |
53 | + } | |
54 | + div.close { | |
55 | + cursor: pointer | |
56 | + } | |
57 | + } | |
58 | + | |
31 | 59 | section.actions { |
32 | 60 | display: flex |
33 | 61 | flex-direction: row |
34 | 62 | align-items: baseline |
Built with git-ssb-web