@egovernments/digit-ui-components-css 0.2.0-beta.2 → 0.2.0-beta.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-components-css",
3
- "version": "0.2.0-beta.2",
3
+ "version": "0.2.0-beta.3",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Jagankumar <jagan.kumar@egovernments.org>",
@@ -249,6 +249,16 @@
249
249
  .digit-tab-main {
250
250
  width: 100%;
251
251
  }
252
+
253
+ &.tab{
254
+ background: none !important;
255
+ padding: theme(digitv2.spacers.spacer0);
256
+ box-shadow: none;
257
+
258
+ .digit-search-wrapper{
259
+ padding: theme(digitv2.spacers.spacer6);
260
+ }
261
+ }
252
262
  }
253
263
 
254
264
  &.filter{