holygrail2 1.1.48 → 1.1.50

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holygrail2",
3
- "version": "1.1.48",
3
+ "version": "1.1.50",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "directories": {
@@ -260,6 +260,13 @@
260
260
  }
261
261
  }
262
262
  }
263
+ .form-prefix{
264
+ input{
265
+ text-align: right;
266
+ }
267
+
268
+ }
269
+
263
270
  .select {
264
271
  &.select-box {
265
272
  select {
@@ -354,7 +361,7 @@
354
361
  &.btn,
355
362
  & > input,
356
363
  & > label {
357
- padding-right: $btn-padding;
364
+ padding-right: 0;
358
365
  padding-left: $btn-padding * 2;
359
366
  }
360
367
  }
@@ -362,7 +369,7 @@
362
369
  &.btn,
363
370
  & > input,
364
371
  & > label {
365
- padding-left: $btn-padding;
372
+ padding-left: 0;
366
373
  padding-right: $btn-padding * 2 + 4px;
367
374
  }
368
375
  }