git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Tree: 8f4b44fd5c96edb542eb7ebe86e16d6807a5abc5

Files: 8f4b44fd5c96edb542eb7ebe86e16d6807a5abc5 / styles / light / profile-header.mcss

703 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 }
41 }
42}
43

Built with git-ssb-web