@indice/ng-components 0.2.118 → 0.2.119
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/_styles.css +5 -34
- package/package.json +1 -1
package/_styles.css
CHANGED
|
@@ -366,41 +366,20 @@
|
|
|
366
366
|
@apply flex flex-row justify-start ;
|
|
367
367
|
}
|
|
368
368
|
|
|
369
|
-
.view-layout-title-container-sm {
|
|
370
|
-
@apply lg:flex lg:items-center lg:justify-between;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
369
|
.view-layout-title-container-inner {
|
|
374
370
|
@apply flex-1 min-w-0;
|
|
375
371
|
}
|
|
376
372
|
|
|
377
|
-
|
|
378
|
-
.view-layout-title-container-sm-inner {
|
|
379
|
-
@apply flex-1 justify-start items-center;
|
|
380
|
-
}
|
|
381
|
-
|
|
382
373
|
.title-icon {
|
|
383
|
-
@apply text-xl text-white font-thin mr-1;
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
.title-icon-sm {
|
|
387
|
-
@apply text-2xl text-white font-thin mr-2 mt-1;
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
.view-layout-title-busy {
|
|
391
|
-
@apply animate-pulse inline text-xl text-gray-200;
|
|
374
|
+
@apply text-2xl md:text-xl text-white font-thin mr-1;
|
|
392
375
|
}
|
|
393
376
|
|
|
394
377
|
.view-layout-title {
|
|
395
|
-
@apply inline text-xl text-white;
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
.view-layout-title-busy-sm {
|
|
399
|
-
@apply animate-pulse inline text-3xl text-gray-200;
|
|
378
|
+
@apply inline text-xl md:text-3xl text-white;
|
|
400
379
|
}
|
|
401
380
|
|
|
402
|
-
.view-layout-title-
|
|
403
|
-
@apply inline text-3xl text-
|
|
381
|
+
.view-layout-title-busy {
|
|
382
|
+
@apply animate-pulse inline text-xl md:text-3xl text-gray-200;
|
|
404
383
|
}
|
|
405
384
|
|
|
406
385
|
.meta-container {
|
|
@@ -419,19 +398,11 @@
|
|
|
419
398
|
@apply flex flex-wrap sm:flex-row space-x-2;
|
|
420
399
|
}
|
|
421
400
|
|
|
422
|
-
.meta-container-sm-inner {
|
|
423
|
-
@apply flex flex-wrap mt-2 sm:flex-row space-x-2 text-white;
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
.meta-icon-sm {
|
|
427
|
-
@apply text-sm text-gray-400 mr-1;
|
|
428
|
-
}
|
|
429
|
-
|
|
430
401
|
.meta-text {
|
|
431
402
|
@apply text-white text-xs;
|
|
432
403
|
margin-top: 2px;
|
|
433
404
|
margin-left: 2px;
|
|
434
|
-
margin-right:
|
|
405
|
+
margin-right: 2px;
|
|
435
406
|
}
|
|
436
407
|
|
|
437
408
|
.search-container {
|