modalibrary 0.0.20 → 0.0.21
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:
|
|
103
|
+
height: 44px;
|
|
104
104
|
text-align: center;
|
|
105
|
-
font-family: "Gotham
|
|
106
|
-
font-size:
|
|
107
|
-
line-height:
|
|
105
|
+
font-family: "Gotham Book", "Moda-Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
106
|
+
font-size: 12px;
|
|
107
|
+
line-height: 44px;
|
|
108
108
|
cursor: pointer;
|
|
109
109
|
border-radius: 0;
|
|
110
110
|
border: none;
|
|
@@ -113,8 +113,42 @@
|
|
|
113
113
|
color: #ffffff;
|
|
114
114
|
background-color: #3c1315;
|
|
115
115
|
text-transform: uppercase; }
|
|
116
|
-
|
|
117
|
-
|
|
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; }
|
|
118
152
|
.mo-web-button .mo-web-button-loader {
|
|
119
153
|
margin-top: 3px; }
|
|
120
154
|
|
|
@@ -197,9 +231,6 @@
|
|
|
197
231
|
|
|
198
232
|
.mo-web-authentication-form .authentication-forgot-password {
|
|
199
233
|
text-decoration: none;
|
|
200
|
-
color: #428bca;
|
|
201
|
-
margin-top: 3.5px;
|
|
202
|
-
font-size: 11px;
|
|
203
234
|
float: right; }
|
|
204
235
|
|
|
205
236
|
.mo-web-authentication-form .authentication-submit-button {
|
|
@@ -210,25 +241,53 @@
|
|
|
210
241
|
text-decoration: none;
|
|
211
242
|
margin: 25px auto 0;
|
|
212
243
|
width: fit-content;
|
|
213
|
-
color: #428bca;
|
|
214
|
-
font-size: 11px;
|
|
215
244
|
display: block; }
|
|
216
245
|
|
|
217
246
|
.mo-web-authentication-form .authentication-opt-out-privacy-policy {
|
|
218
247
|
font-family: "Gotham Book", "Moda-Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
219
|
-
color: #
|
|
248
|
+
color: #222222;
|
|
220
249
|
width: fit-content;
|
|
221
|
-
|
|
222
|
-
|
|
250
|
+
margin: 0 auto;
|
|
251
|
+
font-size: 9px; }
|
|
223
252
|
.mo-web-authentication-form .authentication-opt-out-privacy-policy a {
|
|
224
|
-
color: #428bca;
|
|
225
253
|
margin: 10px auto 0;
|
|
226
254
|
width: fit-content;
|
|
227
|
-
|
|
255
|
+
font-size: 9px; }
|
|
228
256
|
|
|
229
257
|
.mo-web-authentication-form input[type='checkbox'] {
|
|
230
258
|
margin-right: 8px; }
|
|
231
259
|
|
|
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
|
+
|
|
232
291
|
@charset "UTF-8";
|
|
233
292
|
@font-face {
|
|
234
293
|
font-family: mo-web-icons;
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: modalibrary
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.21
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Team Moda
|
|
@@ -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.
|
|
84
|
+
rubygems_version: 2.6.14
|
|
85
85
|
signing_key:
|
|
86
86
|
specification_version: 4
|
|
87
87
|
summary: Moda library, GEMIFIED!
|