@appartmint/mint 2.6.15 → 2.6.17

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.
@@ -64,12 +64,14 @@ textarea {
64
64
  display: none;
65
65
 
66
66
  &:checked {
67
-
68
-
69
67
  & + span {
70
68
  left: calc(100% - #{$height - $padding});
71
69
  background-color: css-var(brand-2);
72
70
  filter: grayscale(0);
71
+
72
+ i {
73
+ opacity: 1;
74
+ }
73
75
  }
74
76
  }
75
77
 
@@ -87,6 +89,12 @@ textarea {
87
89
  border-radius: $border-radius;
88
90
  filter: grayscale(1);
89
91
  transition: filter 300ms, background-color 300ms, left 300ms;
92
+
93
+ i {
94
+ color: css-var(back);
95
+ opacity: 0;
96
+ transition: opacity delay(default);
97
+ }
90
98
  }
91
99
  }
92
100
 
@@ -101,6 +101,13 @@
101
101
  #{class(content)} {
102
102
  @extend #{class(border)};
103
103
  }
104
+
105
+ &-grid {
106
+ #{class(image)} {
107
+ @extend #{class(border)};
108
+ position: absolute;
109
+ }
110
+ }
104
111
  }
105
112
 
106
113
  /// Alt Texture Styles