@appartmint/mint 2.6.5 → 2.6.6

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@appartmint/mint",
3
3
  "author": "App Art Mint LLC",
4
- "version": "2.6.5",
4
+ "version": "2.6.6",
5
5
  "license": "MIT",
6
6
  "description": "The front-end TS/SCSS framework of App Art Mint",
7
7
  "keywords": [
@@ -103,6 +103,7 @@
103
103
  /// Default buttons
104
104
  #{class(btn)} {
105
105
  padding: $btn-padding-v $btn-padding-h + $btn-padding-adjust;
106
+ cursor: pointer;
106
107
 
107
108
  /// Icon buttons
108
109
  &-icon {
@@ -27,6 +27,14 @@
27
27
  }
28
28
  }
29
29
 
30
+ &:has(#{prefix(widget-carousel)}) {
31
+ box-shadow: none;
32
+
33
+ #{class(content)} {
34
+ box-shadow: $card-shadow-size #{css-var($card-shadow-color)};
35
+ }
36
+ }
37
+
30
38
  &#{class(center)} {
31
39
 
32
40
  @mixin title {
@@ -25,6 +25,10 @@ $arrows-size: 2rem;
25
25
  }
26
26
 
27
27
  &-slide {
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: center;
31
+
28
32
  @include break(xs) {
29
33
  padding: $arrows-offset + $arrows-size;
30
34
  }