Commit 9ef6d436 authored by Ray Schamp's avatar Ray Schamp

Merge pull request #347 from LLK/release/2.2.5

Hotfix scratch-www 2.2.5 1
parents 96a87754 0603b3b9
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
$button-offset: $icon-size + 5px; $button-offset: $icon-size + 5px;
$box-content-offset: 20px; $box-content-offset: 20px;
margin-bottom: 0;
padding: 12px $button-offset; padding: 12px $button-offset;
.box-content & { .box-content & {
...@@ -28,22 +29,24 @@ ...@@ -28,22 +29,24 @@
content: ""; content: "";
} }
&.slick-disabled:before { &.slick-disabled {
&:before {
opacity: 1; opacity: 1;
} }
} }
}
.slick-prev { .slick-prev {
left: 0; left: 0;
&:before { &:before {
background-image: url("/svgs/carousel/prev_ui-dark-gray.svg"); background-image: url("/svgs/carousel/prev_ui-dark-gray.svg");
}
&:hover:before { &:hover {
background-image: url("/svgs/carousel/prev_ui-blue.svg"); background-image: url("/svgs/carousel/prev_ui-blue.svg");
background-size: 90%; background-size: 90%;
} }
}
.box-content & { .box-content & {
...@@ -56,12 +59,12 @@ ...@@ -56,12 +59,12 @@
&:before { &:before {
background-image: url("/svgs/carousel/next_ui-dark-gray.svg"); background-image: url("/svgs/carousel/next_ui-dark-gray.svg");
}
&:hover:before { &:hover {
background-image: url("/svgs/carousel/next_ui-blue.svg"); background-image: url("/svgs/carousel/next_ui-blue.svg");
background-size: 90%; background-size: 90%;
} }
}
.box-content & { .box-content & {
right: -$box-content-offset; right: -$box-content-offset;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment