git ssb

2+

Zach! / onboarding-link-generator



Tree: 9459e0f262f5a054661948de3084a458ff547537

Files: 9459e0f262f5a054661948de3084a458ff547537 / resources / stylesheet.css

1414 bytesRaw
1body{
2 font-family: 'SourceCodeProRegular';
3 font-weight: normal;
4 font-style: normal;
5 font-size: 16px;
6 margin: 20px; }
7
8h2{
9 font-size: 1.35em;
10 color; #202329;
11 font-weight: lighter; }
12
13.container{
14 max-width: 960px;
15 margin: auto; }
16
17
18.logo{
19 max-width: 100%;
20 display: block;
21 margin: auto; }
22
23a{
24 color: inherit;
25 text-decoration: none; }
26
27.letterhead-title{
28 margin-top: auto;
29 margin-bottom: auto; }
30
31.steps-title{
32 font-weight: bold;
33 margin-top: 60px;
34 margin-bottom: 40px;
35 font-style: normal;
36 color: #015249; }
37
38.steps{
39 color: #48a47d;
40 font-size: 1.1em;
41 font-weight: bold;
42 margin-top: 60px;
43 margin-bottom: 10px; }
44
45.link-box{
46 max-width: 300px;
47 text-align: center;
48 margin: auto; }
49
50.link-button{
51 background-color: #015249;
52 color: white;
53 padding: 10px; }
54
55.caption{
56 font-size: 0.8em;
57 margin-top: 1px;
58 margin-bottom: 1px;
59 font-style: italic; }
60
61.accent-text{
62 color: #77c9d4;
63 font-weight: bold;
64 font-style: normal; }
65
66.invite-code{
67 font-family: 'FantasqueSansMonoRegular';
68 font-style: normal;
69 font-weight: lighter;
70 font-size: 1.1em;
71 line-height: 1.3em; }
72
73.gif{
74 max-width: 600px;
75 display: block;
76 margin: auto;
77 margin-top: 40px;
78 margin-bottom: 40px;
79 -webkit-filter: drop-shadow(2px 2px 2px #a5a5af);
80 filter: drop-shadow(2px 2px 2px #a5a5af); }
81
82.closer{
83 margin-top: 10px;
84}
85
86.closing-remarks{
87 margin-top: 60px;
88 margin-bottom: 60px; }
89

Built with git-ssb-web