zuora_connect_ui 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 73d4580345a7e57dadaee78567991f5a79fdb3f517d0cdc21c57c562987bc9ed
|
4
|
+
data.tar.gz: cc7df59126ddded2d037536fa42736d13c29879cf28d594f25b793e3a36aa505
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 06525d7f0a50919b125e57ad49b550102e07e0505380e708f42afae098e227038cc6baa78929e1a1d5b83265c75ada127ad64eea77a0d7f1aec2737c081e0bc1
|
7
|
+
data.tar.gz: 0e69c3eebd9f2ee58b2104f9df04a14cfe8f17a516ee1f31f579fe5048283d5f11297f59a208c7665d714ded781358afb935fc167e88e99789b5782ea4a71913
|
@@ -90,23 +90,15 @@ table.dataTable {
|
|
90
90
|
border-bottom: 1px solid $neutral-3;
|
91
91
|
|
92
92
|
> thead > tr > th {
|
93
|
-
|
94
|
-
text-transform: uppercase;
|
95
|
-
font-size: 0.75rem;
|
96
|
-
font-weight: 600;
|
97
|
-
padding: 1rem 4rem 1rem 0.5rem;
|
98
|
-
border-top: 1px solid $neutral-3 !important;
|
99
|
-
border-bottom: 1px solid $neutral-3;
|
100
|
-
vertical-align: bottom;
|
101
|
-
line-height: 1.4;
|
93
|
+
@extend .zuo-table__th;
|
102
94
|
|
103
95
|
&.sorting:after,
|
104
96
|
&.sorting_asc:after,
|
105
97
|
&.sorting_desc:after {
|
106
98
|
position: absolute;
|
107
99
|
top: unset;
|
108
|
-
bottom:
|
109
|
-
right: 0
|
100
|
+
bottom: 0.657rem;
|
101
|
+
right: 0;
|
110
102
|
font-family: webicons;
|
111
103
|
opacity: 1;
|
112
104
|
color: $primary;
|
@@ -135,10 +127,7 @@ table.dataTable {
|
|
135
127
|
}
|
136
128
|
|
137
129
|
> td {
|
138
|
-
|
139
|
-
border-top: none;
|
140
|
-
vertical-align: middle;
|
141
|
-
line-height: 1.4;
|
130
|
+
@extend .zuo-table__td;
|
142
131
|
}
|
143
132
|
}
|
144
133
|
}
|
@@ -182,6 +171,10 @@ div.dataTables_scrollBody table.dataTable thead th.sorting_desc:after {
|
|
182
171
|
}
|
183
172
|
}
|
184
173
|
|
174
|
+
anj-button.active > button {
|
175
|
+
color: $primary;
|
176
|
+
}
|
177
|
+
|
185
178
|
.table-btn {
|
186
179
|
float: left;
|
187
180
|
|
@@ -1,23 +1,24 @@
|
|
1
1
|
.zuo-table {
|
2
2
|
width: 100%;
|
3
|
+
}
|
3
4
|
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
5
|
+
.zuo-table__th {
|
6
|
+
background-color: $anj-light;
|
7
|
+
border-top: 1px solid transparent;
|
8
|
+
border-bottom: 1px solid $anj-border;
|
9
|
+
padding: 0.657rem 0.75rem;
|
10
|
+
vertical-align: bottom;
|
10
11
|
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
12
|
+
color: $anj-neutral;
|
13
|
+
font-size: 0.75rem;
|
14
|
+
font-weight: 600;
|
15
|
+
line-height: 1.5;
|
16
|
+
text-transform: uppercase;
|
17
|
+
}
|
17
18
|
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
19
|
+
.zuo-table__td {
|
20
|
+
line-height: 1.5;
|
21
|
+
border-bottom: 1px solid $anj-border;
|
22
|
+
border-top: 1px solid transparent;
|
23
|
+
padding: 0.657rem 0.75rem;
|
23
24
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zuora_connect_ui
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Connect Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-05-
|
11
|
+
date: 2019-05-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bootstrap-sass
|