-
Notifications
You must be signed in to change notification settings - Fork 350
Expand file tree
/
Copy path_module.less
More file actions
153 lines (129 loc) · 3.51 KB
/
_module.less
File metadata and controls
153 lines (129 loc) · 3.51 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
// /**
// * DISCLAIMER
// *
// * Do not edit or add to this file if you wish to upgrade Smile ElasticSuite to newer
// * versions in the future.
// *
// *
// * @category Smile
// * @package Smile\ElasticsuiteAnalytics
// * @author Richard BAYET <richard.bayet@smile.fr>
// * @copyright 2020 Smile
// * @license Open Software License ("OSL") v. 3.0
// */
.smile_elasticsuite_analytics-search-usage {
.dashboard-item-title {
position: relative;
.tooltip {
margin-top: inherit;
}
.admin__field-action-export {
position: absolute;
right: 0;
.copy-feedback-text {
font-size: 0.9em;
color: #79a22e;
opacity: 0;
transition: opacity 0.3s ease;
}
&.show .copy-feedback-text {
opacity: 1;
}
&:after {
content: '\e635';
display: inline-block;
font-size: 2.2rem;
font-weight: normal;
color: #514943;
font-family: 'Admin Icons';
line-height: 1;
vertical-align: middle;
margin-left: 5px;
overflow: hidden;
cursor: pointer;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
&:hover {
text-decoration: none;
}
}
}
.dashboard-item-help {
display: none;
}
.dashboard-totals-list {
.dashboard-totals-item {
width: 10%;
text-align: center;
.has-details {
cursor: pointer;
text-decoration: underline dotted @color-green-apple;
font-style: oblique;
}
}
}
.admin__table-primary {
&.dashboard-data {
&.terms-report {
.extra {
display: none;
}
.data-grid-th {
white-space: nowrap;
}
tbody {
tr:last-child {
td {
border-bottom-color: @table-td__border-color;
}
}
.col-search-query {
text-overflow: ellipsis;
overflow: clip;
width: 90%;
max-width: 0;
white-space: nowrap;
}
.col-number {
text-align: right;
}
}
tfoot {
background: none;
font-weight: inherit;
}
}
}
}
.page-main-actions {
display: block;
}
.tooltip {
margin-right: 4rem;
}
.customer-group-selector {
color: #41362f;
float: left;
font-size: 1.3rem;
margin-top: .59rem;
margin-right: 2rem;
}
.customer-group-selector label {
margin-right: 1rem;
font-weight: 700;
}
.customer-company-selector {
color: #41362f;
float: left;
font-size: 1.3rem;
margin-top: .59rem;
}
.customer-company-selector label {
margin-right: 1rem;
font-weight: 700;
}
.page-actions-inner {
margin-top: .59rem;
}
}