git ssb

1+

Daan Patchwork / patchwork



Tree: 58ab0241031aa549a35cce1e678c27065ae66221

Files: 58ab0241031aa549a35cce1e678c27065ae66221 / styles / light / compose.mcss

1118 bytesRaw
1Compose {
2 border: 1px solid gainsboro
3 background: white
4 textarea {
5 [disabled] {
6 color: #aaa
7 background: #ebf7ee
8 }
9 }
10 section.actions {
11 background: #fafafa
12 padding: .4rem
13 (button) {
14 -private {
15 color: #8a6610
16 background: #f3e7ac
17 border-color: #f3e7ac
18 :hover {
19 color: white
20 background-color: #8a6610
21 border-color: #8a6610
22 }
23 }
24
25 -clear {
26 background-color: #f3f3f3
27 :hover {
28 background-color: #b05b5b
29 }
30 }
31 }
32 input[type="file"] {
33 padding: .5rem 0
34 width: 95px
35 height: 29px
36 :hover {
37 ::before {
38 color: black
39 border-color: #8b8b8b
40 }
41 }
42 ::before {
43 color: #5f5f5f
44 padding: 3px 6px
45 background: white
46 border: 2px solid #ddd
47 padding-top: .3rem
48 content: '๐Ÿ“Ž Attach File'
49 }
50 }
51 input.contentWarning {
52 border: 2px solid #dedede8c;
53 }
54 }
55 -expanded {
56 textarea {
57 border-bottom: 1px solid gainsboro
58 }
59 }
60}
61

Built with git-ssb-web