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: 5ae3386765dc7606c6b928c6aa7d6bf2ed97923b9ddc8b7b73aa78413cc27587
4
- data.tar.gz: ed52294334f140eda3962a3ded9ffab13d78e7ee84966980944d51556d737386
3
+ metadata.gz: 73d4580345a7e57dadaee78567991f5a79fdb3f517d0cdc21c57c562987bc9ed
4
+ data.tar.gz: cc7df59126ddded2d037536fa42736d13c29879cf28d594f25b793e3a36aa505
5
5
  SHA512:
6
- metadata.gz: f4fff0e05f7b987eae2f47bff1178c086ead4f1e5740956df584f0ed2bb32fb6fd1999bcb8f57fcbd9ac3ef468ea703c6b70d4ad1320fd1d435e7fa642adc6a9
7
- data.tar.gz: 2669fc91c13ce51a4ad2cc3a310fc0e29363fd9027d06e28ee190c35f1c72340ef442648151c6cf42080d134638b5cd33e0948e110be74de98b7e601d141e628
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
- background-color: $neutral-4;
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: 1rem;
109
- right: 0.5rem;
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
- padding: 1rem 0.5rem;
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
- .zuo-table__th {
5
- background-color: $anj-light;
6
- border-top: 1px solid transparent;
7
- border-bottom: 1px solid $anj-border;
8
- padding: 0.657rem 0.75rem;
9
- vertical-align: bottom;
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
- color: $anj-neutral;
12
- font-size: 0.75rem;
13
- font-weight: 600;
14
- line-height: 1.5;
15
- text-transform: uppercase;
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
- .zuo-table__td {
19
- border-bottom: 1px solid $anj-border;
20
- border-top: 1px solid transparent;
21
- padding: 0.657rem 0.75rem;
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
  }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ZuoraConnectUi
4
- VERSION = '0.5.1'
4
+ VERSION = '0.5.2'
5
5
  end
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.1
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-23 00:00:00.000000000 Z
11
+ date: 2019-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap-sass