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,8 +29,10 @@ ...@@ -28,8 +29,10 @@
content: ""; content: "";
} }
&.slick-disabled:before { &.slick-disabled {
opacity: 1; &:before {
opacity: 1;
}
} }
} }
...@@ -38,11 +41,11 @@ ...@@ -38,11 +41,11 @@
&: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%;
}
} }
...@@ -56,11 +59,11 @@ ...@@ -56,11 +59,11 @@
&: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 & {
......
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