-
Notifications
You must be signed in to change notification settings - Fork 11
/
preview.css
80 lines (69 loc) · 1.26 KB
/
preview.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
@import 'suitcss-base';
@import './lib';
html,body {
height: 100%;
}
body {
background: radial-gradient(ellipse farthest-side at 100% 100%, #F8FFF3 1%, #CEF1EC 1%, #1380A0 120%);
}
header {
position: relative;
text-align: center;
overflow: hidden;
height: 180px;
color: #fff;
}
header div {
position: absolute;
width: 100%;
text-align: center;
}
header div h1 {
position: relative;
line-height: normal;
padding-bottom: 7px;
font-weight: 100;
font-size: 105px;
text-shadow: 0 2px 0 rgba(0,91,103,.15);
}
header div p {
width: 380px;
margin: .7em auto 1.35em;
font-size: 20px;
line-height: 1.3;
text-shadow: 0 1px 0 rgba(0,91,103,.3);
}
.App {
box-sizing: border-box;
margin: 30px auto;
display: flex;
padding: 10px;
width: 60%;
}
.App-menu {
order: 1;
}
.App-example {
box-shadow: color(black alpha(0.117647)) 0px 1px 6px, color(black alpha(0.239216)) 0px 1px 4px;
margin-left: 30px;
order: 2;
flex-direction: column;
position: relative;
display: flex;
flex: 1;
width: 363.203px;
height: 524px;
}
.App-example-component {
justify-content: center;
background: #FFF;
order: 1;
flex-grow: 1;
display: flex;
align-items: center;
overflow: hidden;
}
.App-example-code {
order: 2;
width: 100%;
}