@lucca-front/scss 8.2.0-rc.3 → 8.2.1-rc.1

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": "@lucca-front/scss",
3
- "version": "8.2.0-rc.3",
3
+ "version": "8.2.1-rc.1",
4
4
  "description": "a scss-framework based on trello's css naming",
5
5
  "main": "src/main.scss",
6
6
  "scripts": {},
@@ -40,14 +40,14 @@
40
40
  line-height: _theme("sizes.standard.line-height");
41
41
  font-size: _theme("sizes.smaller.font-size");
42
42
 
43
- &.size-small {
43
+ &.mod-small {
44
44
  height: 1.25rem;
45
45
  min-width: 1.25rem;
46
46
  padding: 0 .25rem;
47
47
  line-height: 1.25rem;
48
48
  }
49
49
 
50
- &.size-smaller {
50
+ &.mod-smaller {
51
51
  height: 1rem;
52
52
  min-width: 1rem;
53
53
  padding: 0 .1rem;
@@ -59,7 +59,7 @@
59
59
  .#{$fieldname}-label {
60
60
  color: _component("field.label.color");
61
61
  font-size: _component("field.label.font-size");
62
- line-height: _theme("sizes.small.line-height");
62
+ line-height: _theme("sizes.smaller.line-height");
63
63
  min-height: _theme("spacings.small");
64
64
  margin-bottom: _component("field.label.margin-bottom");
65
65
  order: -1;
@@ -183,7 +183,7 @@
183
183
  &.mod-small {
184
184
  .textfield-input {
185
185
  height: 4rem;
186
- line-height: _theme("sizes.small.line-height");
186
+ line-height: _theme("sizes.smaller.line-height");
187
187
  font-size: _theme("sizes.small.font-size");
188
188
  }
189
189
  }
@@ -326,16 +326,16 @@
326
326
  /* Size */
327
327
  &.mod-small {
328
328
  .textfield-input {
329
- line-height: _theme("sizes.small.line-height");
329
+ line-height: _theme("sizes.smaller.line-height");
330
330
  font-size: _theme("sizes.small.font-size");
331
331
  }
332
332
 
333
333
  .textfield-suffix {
334
- line-height: _theme("sizes.small.line-height");
334
+ line-height: _theme("sizes.smaller.line-height");
335
335
  font-size: _theme("sizes.small.font-size");
336
336
 
337
337
  &.mod-icon {
338
- line-height: _theme("sizes.small.line-height");
338
+ line-height: _theme("sizes.smaller.line-height");
339
339
  font-size: _theme("sizes.small.font-size");
340
340
  }
341
341
  }