|
@@ -40,6 +40,10 @@ $max-card-width: 235px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ .x-toolbar-default-vertical {
|
|
|
|
|
+ padding: 0;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.x-scroller-button {
|
|
.x-scroller-button {
|
|
@@ -61,11 +65,13 @@ $max-card-width: 235px;
|
|
|
.x-scroller-button-left {
|
|
.x-scroller-button-left {
|
|
|
left: 0;
|
|
left: 0;
|
|
|
background-image: url('images/default/arrows-left.png') !important;
|
|
background-image: url('images/default/arrows-left.png') !important;
|
|
|
|
|
+ background-position-x: 10px !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.x-scroller-button-right {
|
|
.x-scroller-button-right {
|
|
|
right: 0;
|
|
right: 0;
|
|
|
background-image: url('images/default/arrows-right.png') !important;
|
|
background-image: url('images/default/arrows-right.png') !important;
|
|
|
|
|
+ background-position-x: 4px !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.x-btn-over.x-btn-default-small.x-scroller-button-left,
|
|
.x-btn-over.x-btn-default-small.x-scroller-button-left,
|