generated from yewstack/yew-trunk-minimal-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.scss
81 lines (68 loc) · 1.05 KB
/
index.scss
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
81
html,
body {
height: 100%;
margin: 0;
}
body {
align-items: center;
display: flex;
justify-content: center;
background: linear-gradient(to bottom right, #444444, #009a5b);
font-size: 1.5rem;
}
main {
color: #fff6d5;
font-family: sans-serif;
text-align: left;
padding-left: 80px;
padding-right: 80px;
}
h1 + .subtitle {
display: block;
margin-top: -1em;
}
.heading {
margin: 0 auto;
width: 100%;
font-size: 1.2rem;
}
.intro {
margin: 0 auto;
width: 100%;
font-size: 1.2rem;
align-items: left;
}
ul {
padding-left: 100px;
}
li {
padding-left: 10px;
}
.entry,
.readout {
margin: 0 auto;
padding: 8px;
border: 1px solid black;
background-color: rgba(0, 0, 0, 0.25);
}
.entry input {
font-size: 1.5rem;
background: transparent;
border: 1px solid rgba(0, 0, 0, 0.6);
width: 100%;
display: block;
box-sizing: border-box;
margin-top: 16px;
}
.readout {
margin-top: 16px;
}
input:focus {
outline: 0;
border-color: #550096;
}
.footnote {
font-size: 0.9rem;
margin-top: 16px;
padding-left: 0px;
}