forked from BulmaTemplates/bulma-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcheatsheet.css
More file actions
55 lines (45 loc) · 808 Bytes
/
Copy pathcheatsheet.css
File metadata and controls
55 lines (45 loc) · 808 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
45
46
47
48
49
50
51
52
53
54
55
body,
html {
background: #f2f2f2;
}
pre,
.message {
max-width: 960px;
}
li {margin: 10px}
.hero.is-primary {
background: linear-gradient(to top right, #524ad0 10%, #D099FA);
}
.box {
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.box span.icon {
float: right;
font-size: 1.7em;
padding: 2rem 2rem 0 0;
}
.is-large.fab {
font-size: 7em;
}
.is-large.fas {
font-size: 5em;
margin-left: 0.2em;
}
.media-content {overflow: hidden;}
.menu-list li a:hover {
background: #d9d9d9;
}
.token.number {
display: inline;
padding: inherit;
font-size: inherit;
line-height: inherit;
text-align: inherit;
vertical-align: inherit;
border-radius: inherit;
font-weight: inherit;
white-space: inherit;
background: inherit;
margin: inherit;
}
.footer {background-color: white;}