@indice/ng-components 0.2.80 → 0.2.81
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 +2 -2
- package/package.json +1 -1
package/_styles.css
CHANGED
|
@@ -735,11 +735,11 @@
|
|
|
735
735
|
}
|
|
736
736
|
|
|
737
737
|
.pager-arrow-button-left {
|
|
738
|
-
@apply inline-flex relative ml-2
|
|
738
|
+
@apply hidden sm:inline-flex relative ml-2 items-center px-2 py-2 rounded-l-sm border border-gray-300 bg-white text-sm font-medium text-gray-500 hover:bg-gray-50;
|
|
739
739
|
}
|
|
740
740
|
|
|
741
741
|
.pager-arrow-button-right {
|
|
742
|
-
@apply inline-flex relative mr-2
|
|
742
|
+
@apply hidden sm:inline-flex relative mr-2 items-center px-2 py-2 rounded-l-sm border border-gray-300 bg-white text-sm font-medium text-gray-500 hover:bg-gray-50;
|
|
743
743
|
}
|
|
744
744
|
}
|
|
745
745
|
|