forked from pytorch/pytorch.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompact.scss
82 lines (69 loc) · 1.06 KB
/
compact.scss
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
.compact-cards {
width: 100%;
a {
color: #6C6C6D;
&:hover {
color: $orange;
}
}
}
.compact-hub-card-wrapper {
padding: 0;
}
.compact-card-container {
display: flex;
align-items: center;
}
.compact-card-body {
padding-top: 8px;
&:hover {
border-bottom: 1px solid $orange;
color: $orange;
.compact-item-title {
color: $orange
}
}
.compact-hub-card-title-container {
width: 75%;
display: flex;
}
}
.compact-model-card {
height: auto;
border-bottom: 1px solid #E2E2E2;
}
.compact-item-title {
padding-left: 0;
color: #000;
}
.compact-card-summary {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
top: 5px;
}
.compact-hub-divider {
padding: 0;
width: 100%;
}
.hub-select-container {
position: absolute;
right: 0;
height: 2rem;
}
.compact-hub-index-cards {
padding-bottom: 2rem;
}
.full-hub-icon {
&:hover {
cursor: pointer;
height: 3rem;
}
}
.compact-hub-icon {
margin-left: 0.5rem;
margin-right: rem(50px);
&:hover {
cursor: pointer;
}
}