git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Tree: 1823d4041d777bbf71b294bd04d0a49e43727c24

Files: 1823d4041d777bbf71b294bd04d0a49e43727c24 / styles / light / profile-header.mcss

887 bytesRaw
1ProfileHeader {
2 display: flex;
3 width: 100%;
4 max-width: 700px;
5 margin: 20px auto;
6
7 div.image {
8 width: 200px;
9 max-height: 200px;
10 padding: 5px;
11 background: white;
12 box-shadow: 0 0 10px #AAA;
13 margin-right: 20px;
14 img {
15 width: 100%
16 }
17 }
18
19 div.main {
20 flex: 1
21 div.title {
22 display: flex
23 h1 {
24 flex: 1
25 }
26 div.meta {
27 a {
28 margin-left: 5px
29 display: inline-block
30 }
31 }
32 }
33 section {
34 -description {
35 font-size: 120%
36 max-height: 350px
37 overflow: auto
38 -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,1) 90%, rgba(0,0,0,0));
39 }
40 -publicKey {
41 pre {
42 color: #b3b3b3;
43 margin: 2px 0;
44 font-size: 120%;
45 background: #ffffff;
46 padding: 3px;
47 }
48 }
49 }
50 }
51}
52

Built with git-ssb-web