-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
61 lines (55 loc) · 1.48 KB
/
style.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
/* themes */
/* When nothing is loaded, the default theme will be applied. */
/* see https://github.com/hiroppy/fusuma#themes */
/* @import '@fusuma/client/assets/style/themes/pop.css'; */
/* @import '@fusuma/client/assets/style/themes/babel.css'; */
/* @import '@fusuma/client/assets/style/themes/webpack.css'; */
/* @import '@fusuma/client/assets/style/themes/node.css'; */
/* global config */
/* When you want to change the default values, please uncomment. */
/* see https://github.com/hiroppy/fusuma/blob/master/packages/client/assets/style/variables.css */
/* :root { */
/* --base-font-family: 'Roboto', 'San Francisco', helvetica, arial, sans-serif; */
/* --base-font-size: 2.4rem; */
/* --base-font-weight: 300; */
/* --base-align: center; */
/* --base-max-width: 1280px; */
/* --base-outer-margin: 24px; */
/* --base-image-width: 100%; */
/* --base-image-border-radius: 0; */
/* --h1-font-size: 5.6rem; */
/* --h2-font-size: 4rem; */
/* --h3-font-size: 3.6rem; */
/* --code-font-size: 1.8rem; */
/* --account-icon-size: 3rem; */
/* } */
img[alt="intro"] {
width: 128px;
height: 128px;
}
img[alt="cover"] {
width: 256px;
height: 256px;
}
img[alt="main"] {
width: 90%;
height: 90%;
}
img[alt="k8s"] {
width: 60%;
height: 60%;
}
img[alt="right-arrow"] {
display: block;
width: 50px;
}
.arrow {
width: 10%;
margin-top: 10%;
margin-bottom: 0;
}
.title {
}
/* https://hiroppy.github.io/fusuma/docs/guides/slide-syntax#declaring-section-title */
.section-title {
}