Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
keras-team
GitHub Repository: keras-team/keras-io
Path: blob/master/theme/css/icons.css
3282 views
1
i {
2
display: block;
3
}
4
5
.icon--search {
6
background-image: url("../icons/search-color.svg");
7
background-size: cover;
8
height: 16px;
9
width: 16px;
10
}
11
12
.icon__search--mobile {
13
background-image: url("../icons/search.png");
14
background-size: cover;
15
height: 27px;
16
width: 27px;
17
}
18
19
.icon--copy {
20
background-image: url("../icons/copy.png");
21
background-size: cover;
22
height: 18px;
23
width: 18px;
24
}
25
26
.icon--menu {
27
background-image: url("../icons/menu.png");
28
background-size: cover;
29
height: 27px;
30
width: 27px;
31
}
32
33
.icon--close {
34
background-image: url("../icons/close.png");
35
background-size: cover;
36
height: 27px;
37
width: 27px;
38
}
39
40
.icon--colab {
41
background-image: url("../icons/colab.png");
42
background-size: cover;
43
height: 20px;
44
width: 20px;
45
}
46
47