-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy paththeme.scss
More file actions
105 lines (82 loc) · 1.53 KB
/
theme.scss
File metadata and controls
105 lines (82 loc) · 1.53 KB
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
101
102
103
104
105
// Core variables and mixins
@import "../../scss/bootstrap/mixins";
// Theme Assets for Global Use
@import "fonts";
@import "bootstrap-variables";
@import "looking-glass-variables";
// Core & Looking Glass
@import "../../scss/bootstrap";
@import "../../scss/extras";
@import "../../scss/icons";
@import "../../scss/bootstrap-datepicker3";
@import "../../scss/looking-glass";
.navbar-inverse {
.navbar-brand {
text-transform: uppercase;
letter-spacing: -1px;
font-size: 30px;
&:hover {
color: $gray-darker;
}
}
.nav a.dropdown-toggle {
font-family: 'SourceSansPro-Bold';
font-weight: bold;
font-size: 18px;
}
}
#sidebar {
hr {
border-top: 6px solid rgba(37, 34, 22, 0.2);
}
div.detail-heading {
color: $base-black;
}
img.full {
width: 80%;
}
}
div.search-item {
border-left: 1px solid rgba(255, 255, 255, 0.2);
margin-bottom: 60px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 20px;
h3.title {
margin-top: 0px;
margin-bottom: 15px;
}
h3.title:after {
background: $base-white;
opacity: 0.2;
width: 100px;
height: 6px;
display: block;
content: '';
margin-top: 10px;
}
h4.title-sub {
opacity: 0.7;
}
hr {
border-top: 0px;
border-size: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
div.dataset-name {
opacity: 0.7;
&:hover {
opacity: 1;
}
}
div.facets {
a {
opacity: 0.7;
border-bottom: 1px solid #c9bcb4;
&:hover {
opacity: 1;
}
}
}
}