rails_tipjar 0.2.1 → 0.2.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 +4 -4
- data/app/assets/stylesheets/tipjar.css +11 -12
- data/lib/rails_tipjar/version.rb +1 -1
- metadata +1 -2
- data/rails_tipjar-0.1.0.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dd4604e05718d8a32b4384bd139441e1b2e46bf3716fc2daa2247a28755308ad
|
4
|
+
data.tar.gz: 386776445d6478db9a2b871cf4fd67f2d999699092eb001d0f875d83717650b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22b84d3ed5cd38428af7ef20f7405a3d45e963ccb7f0400f8356e99aa8aff17c17f8165ea716c08d2a4cc31a8c3171109cdebd58c249020dcb85c7c00bb0b81c
|
7
|
+
data.tar.gz: ea37e3133dd9190777f33aac89d36b90193c895475e2e5474f36dc9f36c05cd6411aa3ef4b26fd4ac259d488d83ca84ef3cce396288543e487885ea23f2eac08
|
@@ -23,7 +23,6 @@
|
|
23
23
|
background-color: #2563eb;
|
24
24
|
transform: scale(1.05);
|
25
25
|
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
26
|
-
padding: 0.75rem 1rem;
|
27
26
|
}
|
28
27
|
|
29
28
|
.tipjar-button:focus {
|
@@ -144,30 +143,30 @@
|
|
144
143
|
background-color: #1f2937;
|
145
144
|
color: #f3f4f6;
|
146
145
|
}
|
147
|
-
|
146
|
+
|
148
147
|
.tipjar-modal-header h3 {
|
149
148
|
color: #f3f4f6;
|
150
149
|
}
|
151
|
-
|
150
|
+
|
152
151
|
.tipjar-modal-header p {
|
153
152
|
color: #9ca3af;
|
154
153
|
}
|
155
|
-
|
154
|
+
|
156
155
|
.tipjar-amount-button {
|
157
156
|
background-color: #374151;
|
158
157
|
border-color: #4b5563;
|
159
158
|
color: #f3f4f6;
|
160
159
|
}
|
161
|
-
|
160
|
+
|
162
161
|
.tipjar-amount-button:hover {
|
163
162
|
background-color: #4b5563;
|
164
163
|
border-color: #60a5fa;
|
165
164
|
}
|
166
|
-
|
165
|
+
|
167
166
|
.tipjar-modal-close {
|
168
167
|
color: #9ca3af;
|
169
168
|
}
|
170
|
-
|
169
|
+
|
171
170
|
.tipjar-modal-close:hover {
|
172
171
|
color: #f3f4f6;
|
173
172
|
}
|
@@ -181,21 +180,21 @@
|
|
181
180
|
min-width: 2.5rem;
|
182
181
|
min-height: 2.5rem;
|
183
182
|
}
|
184
|
-
|
183
|
+
|
185
184
|
.tipjar-button:hover {
|
186
185
|
padding: 0.625rem 0.875rem;
|
187
186
|
}
|
188
|
-
|
187
|
+
|
189
188
|
.tipjar-button-icon {
|
190
189
|
width: 1.25rem;
|
191
190
|
height: 1.25rem;
|
192
191
|
}
|
193
|
-
|
192
|
+
|
194
193
|
.tipjar-modal-content {
|
195
194
|
margin: 1rem;
|
196
195
|
max-width: calc(100% - 2rem);
|
197
196
|
}
|
198
|
-
|
197
|
+
|
199
198
|
.tipjar-modal-amounts .grid {
|
200
199
|
grid-template-columns: 1fr;
|
201
200
|
}
|
@@ -220,4 +219,4 @@
|
|
220
219
|
|
221
220
|
.top-4 {
|
222
221
|
top: 1rem;
|
223
|
-
}
|
222
|
+
}
|
data/lib/rails_tipjar/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_tipjar
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Paulson
|
@@ -60,7 +60,6 @@ files:
|
|
60
60
|
- lib/rails_tipjar/configuration.rb
|
61
61
|
- lib/rails_tipjar/engine.rb
|
62
62
|
- lib/rails_tipjar/version.rb
|
63
|
-
- rails_tipjar-0.1.0.gem
|
64
63
|
- sig/rails_tipjar.rbs
|
65
64
|
homepage: https://github.com/justinpaulson/rails_tipjar
|
66
65
|
licenses: []
|
data/rails_tipjar-0.1.0.gem
DELETED
Binary file
|