-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
53 lines (48 loc) · 996 Bytes
/
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
p.caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}
/* Kraken team colors https://www.color-hex.com/color-palette/101876*/
.tip{
border: 4px #e9072b;
border-style: dashed solid;
padding: 1em;
margin: 1em 0;
padding-left: 100px;
background-size: 70px;
background-repeat: no-repeat;
background-position: 15px center;
min-height: 120px;
color: #001628;
background-color: #99d9d9;
}
/* noun project Kraken by Eucalyp*/
.tip {
background-image: url("images/noun_Kraken_eucalyp.png");
}
.usecase{
border: 4px #68a2b9;
border-style: dashed solid;
padding: 1em;
margin: 1em 0;
padding-left: 100px;
background-size: 70px;
background-repeat: no-repeat;
background-position: 15px center;
min-height: 120px;
color: #001628;
background-color: #99d9d9;
}
.usecase {
background-image: url("images/noun_spotlight_siipkan_creative.png");
}