@pmidc/upyog-css 1.2.36-dev.1.7 → 1.2.36-dev.1.8

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": "@pmidc/upyog-css",
3
- "version": "1.2.36-dev.1.7",
3
+ "version": "1.2.36-dev.1.8",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "engines": {
@@ -102,9 +102,7 @@
102
102
  }
103
103
  }
104
104
  input {
105
- @apply absolute opacity-0;
106
- height: 40px;
107
- width: 175px;
105
+ @apply absolute opacity-0 h-full;
108
106
  top: 20%;
109
107
  left: 3%;
110
108
  }
@@ -190,4 +190,12 @@
190
190
  .upload-tag-container {
191
191
  width: 80%;
192
192
  }
193
+ }
194
+
195
+ .inbox-name {
196
+ font-size: 32px;
197
+ font-family: "Noto Sans", sans-serif;
198
+ color: black;
199
+ display: inline;
200
+ padding-left: 180px;
193
201
  }