@nuvio/overlay 1.1.0 → 2.0.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/dist/index.css CHANGED
@@ -173,6 +173,22 @@
173
173
  border-radius: 24px;
174
174
  text-align: left;
175
175
  }
176
+ .nuvio-chip--anchor-bottom-right {
177
+ right: 24px;
178
+ bottom: 24px;
179
+ }
180
+ .nuvio-chip--anchor-bottom-left {
181
+ left: 24px;
182
+ bottom: 24px;
183
+ }
184
+ .nuvio-chip--anchor-top-right {
185
+ right: 24px;
186
+ top: 24px;
187
+ }
188
+ .nuvio-chip--anchor-top-left {
189
+ left: 24px;
190
+ top: 24px;
191
+ }
176
192
  .nuvio-chip--collapsed {
177
193
  max-width: min(16rem, calc(100vw - 32px));
178
194
  padding: 7px 10px;