@indice/ng-components 0.3.2-beta.0 → 0.3.2-beta.1
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.scss +13 -13
- package/package.json +1 -1
package/_styles.scss
CHANGED
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
}
|
|
280
280
|
|
|
281
281
|
.tab-active {
|
|
282
|
-
@apply border-
|
|
282
|
+
@apply border-gray-500 text-gray-900 whitespace-nowrap py-4 px-1 border-b-2 font-medium text-sm;
|
|
283
283
|
}
|
|
284
284
|
|
|
285
285
|
.tab {
|
|
@@ -533,7 +533,7 @@
|
|
|
533
533
|
}
|
|
534
534
|
|
|
535
535
|
.card {
|
|
536
|
-
@apply relative h-full border border-gray-200 bg-
|
|
536
|
+
@apply relative h-full border border-gray-200 bg-gray-50 shadow-sm rounded-lg sm:rounded-3xl overflow-hidden;;
|
|
537
537
|
}
|
|
538
538
|
|
|
539
539
|
.card-body {
|
|
@@ -545,11 +545,11 @@
|
|
|
545
545
|
}
|
|
546
546
|
|
|
547
547
|
.card-header {
|
|
548
|
-
@apply inset-x-0
|
|
548
|
+
@apply inset-x-0 px-4 py-6 sm:py-4 sm:px-6 border-b bg-white border-gray-200;
|
|
549
549
|
}
|
|
550
550
|
|
|
551
551
|
.card-footer {
|
|
552
|
-
@apply absolute bottom-0 inset-x-0 bg-
|
|
552
|
+
@apply absolute bottom-0 inset-x-0 bg-white px-4 py-4 sm:px-6 border-t border-gray-200;
|
|
553
553
|
}
|
|
554
554
|
|
|
555
555
|
.kpi-tile-title-container {
|
|
@@ -699,7 +699,7 @@
|
|
|
699
699
|
@apply flex flex-wrap -mx-1 items-center;
|
|
700
700
|
}
|
|
701
701
|
.datepicker-year {
|
|
702
|
-
@apply cursor-pointer text-center hover:text-white text-sm rounded-
|
|
702
|
+
@apply cursor-pointer text-center hover:text-white text-sm rounded-md leading-loose transition ease-in-out duration-100;
|
|
703
703
|
}
|
|
704
704
|
.datepicker-year.selected {
|
|
705
705
|
@apply bg-gray-700 text-white font-medium;
|
|
@@ -713,7 +713,7 @@
|
|
|
713
713
|
}
|
|
714
714
|
|
|
715
715
|
.datepicker-days {
|
|
716
|
-
@apply cursor-pointer text-center hover:text-white text-sm rounded-
|
|
716
|
+
@apply cursor-pointer text-center hover:text-white text-sm rounded-md leading-loose transition ease-in-out duration-100;
|
|
717
717
|
}
|
|
718
718
|
|
|
719
719
|
.datepicker-days.selected {
|
|
@@ -779,11 +779,11 @@
|
|
|
779
779
|
|
|
780
780
|
|
|
781
781
|
.form-layout-container {
|
|
782
|
-
@apply bg-white shadow-sm border border-gray-200 rounded-
|
|
782
|
+
@apply bg-white shadow-sm border border-gray-200 rounded-xl;
|
|
783
783
|
}
|
|
784
784
|
|
|
785
785
|
.form-header {
|
|
786
|
-
@apply px-4 py-
|
|
786
|
+
@apply px-4 py-4 bg-gray-50 rounded-t-xl h-24 sm:flex sm:items-center sm:justify-between;
|
|
787
787
|
}
|
|
788
788
|
|
|
789
789
|
.form-header-inner {
|
|
@@ -827,7 +827,7 @@
|
|
|
827
827
|
}
|
|
828
828
|
|
|
829
829
|
.form-actions {
|
|
830
|
-
@apply px-4 py-3 bg-gray-100 text-gray-700 text-right sm:px-6 flex justify-end;
|
|
830
|
+
@apply px-4 py-3 bg-gray-100 text-gray-700 text-right sm:px-6 flex justify-end rounded-b-xl;
|
|
831
831
|
}
|
|
832
832
|
|
|
833
833
|
/*
|
|
@@ -3199,15 +3199,15 @@
|
|
|
3199
3199
|
}
|
|
3200
3200
|
|
|
3201
3201
|
.model-view-aside-header-container {
|
|
3202
|
-
@apply bg-white shadow rounded-
|
|
3202
|
+
@apply bg-white shadow-sm border border-gray-200 rounded-xl;
|
|
3203
3203
|
}
|
|
3204
3204
|
|
|
3205
3205
|
.model-view-aside-header-container-inner {
|
|
3206
|
-
@apply flex flex-col justify-self-stretch
|
|
3206
|
+
@apply flex flex-col bg-gray-50 justify-self-stretch rounded-t-xl h-24;
|
|
3207
3207
|
}
|
|
3208
3208
|
|
|
3209
3209
|
.model-view-menu-container {
|
|
3210
|
-
@apply
|
|
3210
|
+
@apply bg-white px-4 py-4 flow-root hidden sm:block rounded-b-xl;
|
|
3211
3211
|
}
|
|
3212
3212
|
|
|
3213
3213
|
.model-view-menu-container-mobile {
|
|
@@ -3960,7 +3960,7 @@
|
|
|
3960
3960
|
}
|
|
3961
3961
|
|
|
3962
3962
|
.tab-active {
|
|
3963
|
-
@apply border-
|
|
3963
|
+
@apply border-gray-500 text-gray-900 whitespace-nowrap py-4 px-1 border-b-2 font-medium text-sm;
|
|
3964
3964
|
}
|
|
3965
3965
|
|
|
3966
3966
|
.tab {
|