Skip to content

Commit 239645a

Browse files
committed
about to introduce gn_results_default.less overlay
1 parent 1f6c1a2 commit 239645a

1 file changed

Lines changed: 83 additions & 0 deletions

File tree

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
@import "../../../style/gn_search.less";
2+
// card lists
3+
@import "gn_card_default.less";
4+
// variables for manipulating the theme
5+
@import "gn_variables_default.less"; // must be last
6+
7+
.gn-row-results {
8+
padding-top: 15px;
9+
background-color: @gn-results-background-color;
10+
11+
.gn-record-selected {
12+
background-color: darken(@panel-default-heading-bg, 15%);
13+
}
14+
.gn-md-select {
15+
display: table-cell;
16+
vertical-align: middle;
17+
padding: 0px 5px;
18+
background: none;
19+
border-right: 1px solid @panel-default-border;
20+
input {
21+
margin: 0px;
22+
}
23+
}
24+
.list-group {
25+
margin-bottom: 0px;
26+
}
27+
28+
.gn-md-category {
29+
display: flex;
30+
margin-left: 12px;
31+
font-size: 22px;
32+
i {
33+
margin-right: 5px;
34+
}
35+
}
36+
}
37+
38+
.gn-row-tools {
39+
border-bottom: 1px solid #ddd;
40+
margin-bottom: 15px;
41+
42+
.btn-default {
43+
border: 0;
44+
border-radius: 0;
45+
&:hover, &:focus, &:active {
46+
background: 0;
47+
box-shadow: none;
48+
border-color: #ddd;
49+
}
50+
&:focus {
51+
outline: @gn-outline;
52+
}
53+
}
54+
.pagination {
55+
> li > a, .pagination > li > span {
56+
border: 0;
57+
color: @btn-default-color;
58+
&:hover {
59+
color: @brand-primary;
60+
background: none;
61+
}
62+
&:focus {
63+
box-shadow: none;
64+
background: none;
65+
outline: @gn-outline;
66+
}
67+
}
68+
}
69+
.dropdown-menu > li > a {
70+
padding: 8px 20px;
71+
display: block;
72+
}
73+
}
74+
75+
ul.gn-resultview, [data-gn-user-searches-list] {
76+
.gn-source-logo {
77+
margin-left: 5px;
78+
z-index: 10;
79+
height: 20px;
80+
float: right;
81+
}
82+
}
83+

0 commit comments

Comments
 (0)