s-material-react 2.1.7 → 2.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/css/pages/cart.scss +6 -5
- package/package.json +1 -1
package/css/pages/cart.scss
CHANGED
|
@@ -165,20 +165,21 @@
|
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
.cart-dashboard {
|
|
168
|
-
height:
|
|
168
|
+
height: 50px;
|
|
169
169
|
// line-height: 60px;
|
|
170
170
|
width: 100%;
|
|
171
|
-
padding: 0 15px
|
|
171
|
+
padding: 0 15px;
|
|
172
172
|
box-sizing: border-box;
|
|
173
173
|
display: flex;
|
|
174
174
|
justify-content: space-between;
|
|
175
175
|
background: rgba(255, 255, 255, 1);
|
|
176
176
|
border-top: 1px solid #eeeeee;
|
|
177
177
|
overflow: hidden;
|
|
178
|
-
position:
|
|
179
|
-
|
|
178
|
+
position: fixed;
|
|
179
|
+
/*postcss-pxtransform ignore next*/
|
|
180
|
+
bottom: 50px;
|
|
180
181
|
// margin-bottom: -20px;
|
|
181
|
-
transform: translateY(20px);
|
|
182
|
+
// transform: translateY(20px);
|
|
182
183
|
z-index: 100;
|
|
183
184
|
.choose {
|
|
184
185
|
display: flex;
|