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

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.1",
3
+ "version": "0.2.0-beta.2",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Jagankumar <jagan.kumar@egovernments.org>",
@@ -294,11 +294,21 @@
294
294
  }
295
295
  }
296
296
 
297
- .digit-inbox-search-composer-header {
298
- @extend .typography.heading-xl;
299
- color: theme(digitv2.lightTheme.primary-2);
300
- margin-bottom: theme(digitv2.spacers.spacer6);
301
- line-height: normal;
297
+ .digit-inbox-search-composer-header-action-wrapper{
298
+
299
+ display: flex;
300
+ align-items: center;
301
+ justify-content: space-between;
302
+
303
+ .digit-inbox-search-composer-action{
304
+ margin-bottom: theme(digitv2.spacers.spacer6);
305
+ }
306
+ .digit-inbox-search-composer-header {
307
+ @extend .typography.heading-xl;
308
+ color: theme(digitv2.lightTheme.primary-2);
309
+ margin-bottom: theme(digitv2.spacers.spacer6);
310
+ line-height: normal;
311
+ }
302
312
  }
303
313
 
304
314
  .digit-inbox-search-links-container {