@pmidc/upyog-css 1.2.24 → 1.2.25
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 +4 -0
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/pages/swach/index.scss +6 -0
package/dist/index.css
CHANGED
|
@@ -14683,6 +14683,10 @@ body {
|
|
|
14683
14683
|
.swach-width-250 {
|
|
14684
14684
|
width: 250px !important; }
|
|
14685
14685
|
|
|
14686
|
+
@media only screen and (min-width: 768px) {
|
|
14687
|
+
.swach-link-card {
|
|
14688
|
+
padding: 0 !important; } }
|
|
14689
|
+
|
|
14686
14690
|
.alignmentSettle .field, .alignmentSettle .form-field {
|
|
14687
14691
|
width: calc(25% - 15px) !important;
|
|
14688
14692
|
margin-right: 15px !important;
|