background-color: rgba(0, 255, 0, 0.5);
}
-.mview {
+.mview[data-menu="cart-kimplay-qty"],
+.mview[data-menu="cart"],
+.mview[data-menu="cart-kimplay-sendcart"] {
font-size: 14px;
background: #fff;
color: #000;
}
}
-#kimplaycart {
+.mview[data-menu="cart"] {
+ padding: 0;
.caption {
- padding-right: 10px;
+ padding-right: 30px;
+ padding-left: 30px;
a.back.small {
- right: -10px;
+ right: 25px;
}
}
+ .content {
+ padding: 0 30px;
+ }
+
.ps__rail-x {
display: none;
+ width: 5px;
+ height: 5px;
}
.ps__rail-y,
padding-right: 5px;
}
- .ps__rail-y {
+ [class^=ps__rail] {
background-color: #bce9e9;
}
- .ps__thumb-y {
+ [class^=ps__thumb] {
background-color: #7dd4e6;
+ }
+
+ .ps__thumb-y {
right: 0;
}
- &table {
+ #kimplaycarttable {
margin-left: 0;
}
#wrap-kimplaycart {
overflow-x: auto;
+ position: relative;
+
+ .ps__rail-x {
+ opacity: 1;
+
+ @media @breakpoint {
+ display: block;
+ }
+ }
+
+ .ps__thumb-x {
+ height: 5px;
+ bottom: 0;
+ }
}
table {
}
#kimplay-sendcart {
+
.caption a.back {
right: -10px;
}