@pmidc/upyog-css 1.2.3 → 1.2.5
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 -1
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/buttons.scss +17 -11
- package/src/components/textfields.scss +1 -1
package/dist/index.css
CHANGED
|
@@ -2250,6 +2250,16 @@ body {
|
|
|
2250
2250
|
border: 1px solid !important;
|
|
2251
2251
|
margin-right: 10px !important; }
|
|
2252
2252
|
|
|
2253
|
+
.action-button-myapplication {
|
|
2254
|
+
display: -webkit-box;
|
|
2255
|
+
display: -ms-flexbox;
|
|
2256
|
+
display: flex;
|
|
2257
|
+
grid-gap: 20px;
|
|
2258
|
+
gap: 20px;
|
|
2259
|
+
-ms-flex-wrap: wrap;
|
|
2260
|
+
flex-wrap: wrap;
|
|
2261
|
+
margin-top: 10px; }
|
|
2262
|
+
|
|
2253
2263
|
.radio-wrap {
|
|
2254
2264
|
margin-top: 8px;
|
|
2255
2265
|
display: block;
|
|
@@ -2821,7 +2831,7 @@ body {
|
|
|
2821
2831
|
.mobile-number-prefix {
|
|
2822
2832
|
position: absolute;
|
|
2823
2833
|
left: 12px;
|
|
2824
|
-
top:
|
|
2834
|
+
top: 50%;
|
|
2825
2835
|
-webkit-transform: translateY(-50%);
|
|
2826
2836
|
transform: translateY(-50%);
|
|
2827
2837
|
font-size: 16px;
|