forked from pytorch/pytorch.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhub-search.scss
100 lines (92 loc) · 1.69 KB
/
hub-search.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
.hub .hub-search-wrapper {
@include desktop {
top: 8px;
}
.algolia-autocomplete .ds-dropdown-menu {
min-width: 100%;
max-width: 100% !important;
}
.algolia-autocomplete {
width: 100%;
}
&.active {
width: 100%;
}
span {
font-size: 1.125rem;
text-align: center;
}
}
#hub-search-icon {
background-image: url($baseurl + "/assets/images/search-icon.svg");
color: transparent;
opacity: 0.4;
width: 25px;
height: 25px;
margin-left: 3rem;
background-size: 15px 20px;
background-repeat: no-repeat;
right: 10px;
position: absolute;
z-index: 1;
cursor: pointer;
&:hover {
background-image: url($baseurl + "/assets/images/search-icon-orange.svg");
opacity: 1;
}
}
#hub-search-input {
background-color: $very_dark_grey;
border: none;
color: $black;
font-size: rem(18px);
font-weight: 300;
line-height: 20px;
outline: none;
position: relative;
display: none;
width: 100%;
border-radius: 5px;
padding: rem(14px) 0 rem(14px) rem(5px);
}
#hub-close-search {
display: none;
margin-left: 20px;
opacity: 0.4;
right: 10px;
position: absolute;
z-index: 1;
cursor: pointer;
font-size: rem(18px);
@include desktop {
top: rem(18px);
}
&:hover {
color: $orange;
opacity: 1;
}
}
.hub .hub-divider {
margin-bottom: 2.2rem;
margin-top: 1.5rem;
}
.hub .active-hub-divider{
border-color: $orange;
}
.hub .hub-search-border {
display: flex;
align-items: center;
flex-direction: row;
border: none;
background-color: transparent;
border-radius: 20px;
width: 100%;
}
.hub .hub-cards-wrapper {
z-index: 1000;
}
.hub .nav-container {
display: flex;
width: 100%;
position: absolute;
}