active_frontend 14.1.32 → 14.1.33

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
  SHA1:
3
- metadata.gz: ddf230d560f7674165f7aa31bf6c67ee46c0e1f9
4
- data.tar.gz: 50a803653dbd84314aff3d830298d18f49ba4989
3
+ metadata.gz: 870264786c7f3e9d52d8a57ed591a76db762b9ef
4
+ data.tar.gz: 745b21b35a1c031f9fdc8ea2b51217dbfcf04844
5
5
  SHA512:
6
- metadata.gz: fe90273627aa9f8a7dd744558846f50521e94a4c96f438943fea1b8cd95eda0feddb66ac7734728906a8c03afe79e6181e4d48625bdac484c9fd2595cd2312cd
7
- data.tar.gz: da86400b78c4a00d427ac420a3ca3a7f390338bbf10b4f30d27a972fa1d1e3dab1551a6f0ffeea20b64605d7c0f6a7d7d47a910a6d5118f07d07a3c783101201
6
+ metadata.gz: 2a81aa7af1d7ab6586f2a1fd2280a1ee0081d7802521672393ee0fdaf3eb12f2dd200bc529b1e3435146d3ce1742743b0849a52b119a7912b8eb6daf6ff6d2dd
7
+ data.tar.gz: af1d0754495e9fd2fea15e207781ba02106df1035c40057f7b086ff6d52901e57b76aff671f29a62af77f105932dff8be1bb40fbca00ccd089d546376823a256
data/.DS_Store CHANGED
Binary file
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.1.32'.freeze
2
+ VERSION = '14.1.33'.freeze
3
3
  end
Binary file
@@ -25,7 +25,7 @@
25
25
  font-size: text-size(b);
26
26
  font-weight: text-weight(semibold);
27
27
  line-height: 1;
28
- padding: 12px 20px;
28
+ padding: 13px 20px;
29
29
  text-align: center;
30
30
  touch-action: manipulation;
31
31
  vertical-align: middle;
@@ -142,15 +142,15 @@
142
142
  // ==================================================
143
143
  .btn-size-l,
144
144
  .btn-size-m { font-size: text-size(m); }
145
- .btn-size-l { padding: 19px 30px; }
146
- .btn-size-m { padding: 15px 25px; }
145
+ .btn-size-l { padding: 19px 30px 20px; }
146
+ .btn-size-m { padding: 15px 25px 16px; }
147
147
  .btn-size-s {
148
148
  font-size: text-size(s);
149
- padding: 8px 15px;
149
+ padding: 8px 15px 9px;
150
150
  }
151
151
  .btn-icon {
152
- min-width: 44px;
153
- padding: 12px 0;
152
+ min-width: 46px;
153
+ padding: 13px 0;
154
154
 
155
155
  &.btn-size-l,
156
156
  &.btn-size-m { font-size: text-size(l); }
@@ -164,7 +164,7 @@
164
164
  }
165
165
  &.btn-size-s {
166
166
  min-width: 34px;
167
- padding: 9px 0 7px;
167
+ padding: 9px 0 8px;
168
168
  }
169
169
  &.btn-link { padding: 0; }
170
170
  }
@@ -55,7 +55,7 @@ textarea,
55
55
  display: block;
56
56
  line-height: 1;
57
57
  margin-bottom: 10px;
58
- padding: 9px 15px 10px;
58
+ padding: 9px 15px;
59
59
  width: 100%;
60
60
  vertical-align: middle;
61
61
  }
@@ -95,9 +95,9 @@ textarea,
95
95
  }
96
96
  }
97
97
  input {
98
- &::-webkit-input-placeholder { line-height: 22px; }
99
- &::-moz-placeholder { line-height: 22px; }
100
- &:-ms-input-placeholder { line-height: 22px; }
98
+ &::-webkit-input-placeholder { line-height: 24px; }
99
+ &::-moz-placeholder { line-height: 24px; }
100
+ &:-ms-input-placeholder { line-height: 24px; }
101
101
  }
102
102
  input,
103
103
  textarea {
@@ -124,7 +124,7 @@ label {
124
124
  margin-bottom: 5px;
125
125
  }
126
126
  select {
127
- padding: 12px 15px;
127
+ padding: 13px 15px;
128
128
 
129
129
  [multiple],
130
130
  [size] { height: auto; }
@@ -154,9 +154,9 @@ textarea {
154
154
  padding: 14px 20px 15px;
155
155
  }
156
156
  input {
157
- &::-webkit-input-placeholder { line-height: 28px; }
158
- &::-moz-placeholder { line-height: 28px; }
159
- &:-ms-input-placeholder { line-height: 28px; }
157
+ &::-webkit-input-placeholder { line-height: 30px; }
158
+ &::-moz-placeholder { line-height: 30px; }
159
+ &:-ms-input-placeholder { line-height: 30px; }
160
160
  }
161
161
  textarea { height: 197px; }
162
162
 
@@ -172,12 +172,12 @@ textarea {
172
172
  textarea,
173
173
  .form-tags {
174
174
  font-size: text-size(m);
175
- padding: 12px 20px;
175
+ padding: 11px 20px 12px;
176
176
  }
177
177
  input {
178
- &::-webkit-input-placeholder { line-height: 25px; }
179
- &::-moz-placeholder { line-height: 25px; }
180
- &:-ms-input-placeholder { line-height: 25px; }
178
+ &::-webkit-input-placeholder { line-height: 28px; }
179
+ &::-moz-placeholder { line-height: 28px; }
180
+ &:-ms-input-placeholder { line-height: 28px; }
181
181
  }
182
182
  textarea { height: 173px; }
183
183
 
@@ -194,7 +194,7 @@ textarea {
194
194
  .form-tags {
195
195
  font-size: text-size(s);
196
196
  margin-bottom: 5px;
197
- padding: 6px 10px 5px;
197
+ padding: 5px 10px;
198
198
  }
199
199
  input {
200
200
  &::-webkit-input-placeholder { line-height: 20px; }
@@ -266,7 +266,7 @@ textarea {
266
266
  &.form-size-l {
267
267
  select {
268
268
  font-size: text-size(l);
269
- padding: 18px 20px;
269
+ padding: 19px 20px 20px;
270
270
  }
271
271
 
272
272
  &::after {
@@ -278,7 +278,7 @@ textarea {
278
278
  &.form-size-m {
279
279
  select {
280
280
  font-size: text-size(m);
281
- padding: 15px 20px;
281
+ padding: 16px 20px 17px;
282
282
  }
283
283
 
284
284
  &::after {
@@ -291,7 +291,7 @@ textarea {
291
291
  select {
292
292
  font-size: text-size(s);
293
293
  margin-bottom: 5px;
294
- padding: 8px 10px;
294
+ padding: 8px 10px 9px;
295
295
  }
296
296
 
297
297
  &::after {
@@ -653,14 +653,10 @@ textarea {
653
653
  }
654
654
  }
655
655
  &.form-size-s {
656
- .btn-size-s {
657
- min-width: 32px;
658
- padding: 7px 0;
659
- }
660
656
  .form-addon {
661
657
  font-size: text-size(s);
662
658
  min-width: 30px;
663
- padding: 0 8px;
659
+ padding: 0 9px;
664
660
 
665
661
  .color-picker {
666
662
  .dropmenu { margin-left: -7px; }
@@ -671,10 +667,7 @@ textarea {
671
667
  }
672
668
  }
673
669
 
674
- i {
675
- font-size: text-size(s);
676
- margin-top: 2px;
677
- }
670
+ i { font-size: text-size(s); }
678
671
  button,
679
672
  input,
680
673
  select { margin-bottom: 0; }
@@ -58,7 +58,7 @@
58
58
  }
59
59
  }
60
60
  .header-search {
61
- margin-top: -3px;
61
+ margin-top: -2px;
62
62
  width: 260px;
63
63
 
64
64
  input { margin-bottom: 0; }
@@ -63,12 +63,12 @@
63
63
  .badge-size-m { min-width: 16px; }
64
64
  .badge-size-l { padding: 15px; }
65
65
  .badge-size-m { padding: 10px; }
66
- .label-size-l { padding: 12px 20px; }
67
- .label-size-m { padding: 8px 15px; }
66
+ .label-size-l { padding: 13px 20px; }
67
+ .label-size-m { padding: 10px 15px; }
68
68
  .badge-size-s,
69
69
  .label-size-s {
70
70
  font-size: text-size(xs);
71
- padding: 4px 8px;
71
+ padding: 4px 8px 5px;
72
72
  }
73
73
  .badge-size-s {
74
74
  min-width: 0;
@@ -60,7 +60,7 @@
60
60
  .modal-footer {
61
61
  border-top-style: solid;
62
62
  border-top-width: 1px;
63
- padding: 16px 20px 15px;
63
+ padding: 15px 20px;
64
64
  }
65
65
 
66
66
  // Styles
@@ -94,7 +94,7 @@
94
94
  }
95
95
  .modal-footer {
96
96
  > .btn,
97
- > .btn-group { margin-top: -4px; }
97
+ > .btn-group { margin-top: -2px; }
98
98
  }
99
99
 
100
100
  &.left {
@@ -10,7 +10,7 @@
10
10
  box-sizing: border-box;
11
11
  height: 49px;
12
12
  line-height: 1;
13
- padding: 8px 0;
13
+ padding: 7px 0;
14
14
  }
15
15
  .subheader {
16
16
  background: color(white);
@@ -30,7 +30,7 @@
30
30
  }
31
31
  }
32
32
  .subheader-switch {
33
- margin-top: 1px;
33
+ margin-top: 2px;
34
34
  line-height: 30px;
35
35
  }
36
36
  .subheader-nav {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.1.32
4
+ version: 14.1.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez