@gyramais/gyra-design 0.1.3401 → 0.1.3402
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 +25 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -4314,6 +4314,31 @@ h6 {
|
|
|
4314
4314
|
|
|
4315
4315
|
opacity: 0.5
|
|
4316
4316
|
}
|
|
4317
|
+
.gyramais-empty {
|
|
4318
|
+
padding-top: 1rem;
|
|
4319
|
+
padding-bottom: 1rem
|
|
4320
|
+
}
|
|
4321
|
+
.gyramais-empty .gyramais-empty-icon {
|
|
4322
|
+
display: flex;
|
|
4323
|
+
justify-content: center
|
|
4324
|
+
}
|
|
4325
|
+
.gyramais-empty .gyramais-empty-icon svg {
|
|
4326
|
+
font-size: 40px;
|
|
4327
|
+
--tw-text-opacity: 1;
|
|
4328
|
+
color: rgb(184 184 184 / var(--tw-text-opacity))
|
|
4329
|
+
}
|
|
4330
|
+
.gyramais-empty .gyramais-empty-text {
|
|
4331
|
+
display: flex;
|
|
4332
|
+
justify-content: center;
|
|
4333
|
+
padding-top: 0.5rem;
|
|
4334
|
+
padding-bottom: 0.5rem;
|
|
4335
|
+
font-size: 0.875rem;
|
|
4336
|
+
line-height: 1.25rem;
|
|
4337
|
+
font-weight: 400;
|
|
4338
|
+
line-height: 22px;
|
|
4339
|
+
--tw-text-opacity: 1;
|
|
4340
|
+
color: rgb(0 0 0 / var(--tw-text-opacity))
|
|
4341
|
+
}
|
|
4317
4342
|
.gyramais-filter .gyramais-filter-button-container {
|
|
4318
4343
|
position: relative;
|
|
4319
4344
|
width: -moz-fit-content;
|