-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathindex.scss
75 lines (75 loc) · 1.49 KB
/
index.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
#content {
.filterspanel {
padding-right: 5px;
min-width: 180px;
.filterpanel {
padding-top: 10px;
margin-bottom: 5px;
.filterpanelhead {
background-color: #4cbdec;
color: white;
padding: 5px;
}
.filterpanelbody {
background-color: #f9f9f9;
border-style: None;
.tag {
margin-top: 2px;
padding-top: 2px;
margin-left: 1.4rem;
.material-icons-sharp {
vertical-align: text-top;
}
&:not(.disabled) > .material-icons-sharp {
color: #4cbdec;
}
}
.disabled {
color: lightgrey;
}
}
}
}
.resultspanel {
margin-bottom: 80px;
.solution {
padding: 10px;
min-width: 200px;
.solutionheadline {
background-color: #4cbdec;
padding: 5px;
.solutionheadlinelink {
color: white;
}
}
.solutionbody {
.solutionimage {
width: 100%;
height: auto;
}
}
}
}
#pagination {
text-align: center;
}
#pagination :hover{
cursor: pointer;
}
#pagination .pageBtn {
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
border-radius: .8rem;
text-align: center;
}
.search-bar {
padding-right: 2rem;
#search-field-solutions{
width: 80%;
width: -moz-available;
width: -webkit-fill-available;
width: fill-available;
}
}
}