modalibrary 0.0.21 → 0.0.22

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.
@@ -100,11 +100,11 @@
100
100
  .mo-web-button {
101
101
  display: inline-block;
102
102
  padding: 0 30px;
103
- height: 44px;
103
+ height: 40px;
104
104
  text-align: center;
105
- font-family: "Gotham Book", "Moda-Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
106
- font-size: 12px;
107
- line-height: 44px;
105
+ font-family: "Gotham Medium", "Moda-Gotham-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
106
+ font-size: 11px;
107
+ line-height: 40px;
108
108
  cursor: pointer;
109
109
  border-radius: 0;
110
110
  border: none;
@@ -113,42 +113,8 @@
113
113
  color: #ffffff;
114
114
  background-color: #3c1315;
115
115
  text-transform: uppercase; }
116
- .mo-web-button.mo-web-button--primary {
117
- color: #ffffff;
118
- background-color: #222222;
119
- box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
120
- padding: 12px 20px;
121
- line-height: 20px;
122
- text-transform: uppercase; }
123
- .mo-web-button.mo-web-button--primary:hover {
124
- background-color: #434343; }
125
- .mo-web-button.mo-web-button--primary:focus {
126
- outline: 1px solid #222222;
127
- outline-offset: 1px; }
128
- .mo-web-button.mo-web-button--primary:active {
129
- background-color: #626262; }
130
- .mo-web-button.mo-web-button--primary:disabled {
131
- background-color: #efefef;
132
- color: #626262; }
133
- .mo-web-button.mo-web-button--secondary {
134
- color: #222222;
135
- background-color: #ffffff;
136
- border: 1px solid #222222;
137
- box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
138
- padding: 12px 20px;
139
- line-height: 20px;
140
- text-transform: uppercase; }
141
- .mo-web-button.mo-web-button--secondary:hover {
142
- background-color: #f5f5f5; }
143
- .mo-web-button.mo-web-button--secondary:focus {
144
- outline: 1px solid #222222;
145
- outline-offset: 1px; }
146
- .mo-web-button.mo-web-button--secondary:active {
147
- background-color: #efefef; }
148
- .mo-web-button.mo-web-button--secondary:disabled {
149
- background-color: #ffffff;
150
- color: #bebebe;
151
- border-color: #e1e1e1; }
116
+ .mo-web-button.mo-web-button--claret:hover, .mo-web-button.mo-web-button--claret:focus {
117
+ background-color: #5b1a28; }
152
118
  .mo-web-button .mo-web-button-loader {
153
119
  margin-top: 3px; }
154
120
 
@@ -231,6 +197,9 @@
231
197
 
232
198
  .mo-web-authentication-form .authentication-forgot-password {
233
199
  text-decoration: none;
200
+ color: #428bca;
201
+ margin-top: 3.5px;
202
+ font-size: 11px;
234
203
  float: right; }
235
204
 
236
205
  .mo-web-authentication-form .authentication-submit-button {
@@ -241,53 +210,25 @@
241
210
  text-decoration: none;
242
211
  margin: 25px auto 0;
243
212
  width: fit-content;
213
+ color: #428bca;
214
+ font-size: 11px;
244
215
  display: block; }
245
216
 
246
217
  .mo-web-authentication-form .authentication-opt-out-privacy-policy {
247
218
  font-family: "Gotham Book", "Moda-Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
248
- color: #222222;
219
+ color: #3c1315;
249
220
  width: fit-content;
250
- margin: 0 auto;
251
- font-size: 9px; }
221
+ font-size: 10px;
222
+ margin: 0 auto; }
252
223
  .mo-web-authentication-form .authentication-opt-out-privacy-policy a {
224
+ color: #428bca;
253
225
  margin: 10px auto 0;
254
226
  width: fit-content;
255
- font-size: 9px; }
227
+ display: block; }
256
228
 
257
229
  .mo-web-authentication-form input[type='checkbox'] {
258
230
  margin-right: 8px; }
259
231
 
260
- .mo-web-link {
261
- font-family: "Gotham Book", "Moda-Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
262
- font-size: 12px;
263
- text-decoration: none; }
264
- .mo-web-link.mo-web-link--blue {
265
- color: #599ad3; }
266
- .mo-web-link.mo-web-link--blue:hover {
267
- color: #2f74b1; }
268
- .mo-web-link.mo-web-link--gold {
269
- color: #9b885f; }
270
- .mo-web-link.mo-web-link--gold:hover {
271
- color: #3c1315; }
272
- .mo-web-link.mo-web-link--plain {
273
- color: #222222; }
274
- .mo-web-link.mo-web-link--plain:hover {
275
- text-decoration: underline; }
276
- .mo-web-link.mo-web-link--plain:focus {
277
- outline: 1px solid #222222;
278
- text-decoration: none; }
279
- .mo-web-link.mo-web-link--plain:disabled {
280
- color: #bebebe; }
281
- .mo-web-link.mo-web-link--underline {
282
- color: #222222;
283
- text-decoration: underline; }
284
- .mo-web-link.mo-web-link--underline:hover {
285
- color: #767676; }
286
- .mo-web-link.mo-web-link--underline:focus {
287
- outline: 1px solid #222222; }
288
- .mo-web-link.mo-web-link--underline:disabled {
289
- color: #bebebe; }
290
-
291
232
  @charset "UTF-8";
292
233
  @font-face {
293
234
  font-family: mo-web-icons;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: modalibrary
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.21
4
+ version: 0.0.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Team Moda
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-04-26 00:00:00.000000000 Z
11
+ date: 2019-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  version: '0'
82
82
  requirements: []
83
83
  rubyforge_project:
84
- rubygems_version: 2.6.14
84
+ rubygems_version: 2.7.7
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: Moda library, GEMIFIED!