-
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathindex.css
More file actions
44 lines (37 loc) · 814 Bytes
/
index.css
File metadata and controls
44 lines (37 loc) · 814 Bytes
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
.action-card {
background-color: #2c2c2c;
color: #cccccc;
padding: 2em;
border: 1px solid #cccccc36;
border-radius: 1.3em;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
margin-top: 4em;
margin-bottom: 2em;
}
.action-card h2 {
margin-bottom: 10px;
}
.action-card p {
font-size: 20px;
margin-bottom: 20px;
display: block;
}
.action-card .button--lg {
padding-top: 0.7em;
padding-bottom: 0.7em;
}
.action-card a.button.button--lg.button--primary {
margin-left: inherit;
margin-right: 100%;
}
.action-card p > div a.button.button--lg.button--primary, .action-card div > div a.button.button--lg.button--primary {
margin-right: inherit;
}
.action-card a.button {
margin-top: 2em;
margin-bottom: 0;
}
.action-card div a.button {
margin-top: 1em;
margin-bottom: 0;
}