@pmidc/upyog-css 1.0.36 → 1.0.37
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/dist/index.css +11 -0
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/index.scss +1 -0
- package/src/pages/common/searchIcon.scss +12 -0
package/dist/index.css
CHANGED
|
@@ -11027,6 +11027,17 @@ body {
|
|
|
11027
11027
|
grid-gap: 0;
|
|
11028
11028
|
gap: 0; } }
|
|
11029
11029
|
|
|
11030
|
+
.search-icon {
|
|
11031
|
+
position: relative;
|
|
11032
|
+
z-index: 100;
|
|
11033
|
+
left: 160px;
|
|
11034
|
+
margin-top: -55px; }
|
|
11035
|
+
@media (min-width: 780px) {
|
|
11036
|
+
.search-icon {
|
|
11037
|
+
right: 35px;
|
|
11038
|
+
margin-top: -24px;
|
|
11039
|
+
left: auto; } }
|
|
11040
|
+
|
|
11030
11041
|
.display-none {
|
|
11031
11042
|
display: none; }
|
|
11032
11043
|
|