@lucca-front/scss 8.2.0-rc.2 → 8.2.0

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.2",
3
+ "version": "8.2.0",
4
4
  "description": "a scss-framework based on trello's css naming",
5
5
  "main": "src/main.scss",
6
6
  "scripts": {},
@@ -93,6 +93,10 @@
93
93
  @mixin calloutDefaultPalette($palette) {
94
94
  background-color: _color($palette, 100);
95
95
  border: _theme('commons.divider.width') solid _color($palette, 200);
96
+
97
+ .callout-icon {
98
+ color: _color($palette, 700)
99
+ }
96
100
  }
97
101
  .callout {
98
102
  @each $name, $palette in _getMap('palettes') {
@@ -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;
@@ -42,6 +42,7 @@
42
42
  transition: color _component('menu.animations.durations.fast') ease;
43
43
  text-align: center;
44
44
  display: block;
45
+ width: auto;
45
46
 
46
47
  &::after {
47
48
  background-color: _component('menu.default-palette.700');
@@ -153,6 +153,7 @@
153
153
  margin-top: _theme('spacings.smaller');
154
154
  display: block;
155
155
  position: relative;
156
+ width: 100%;
156
157
 
157
158
  //line
158
159
  &:not(:last-child)::after {