mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Heed some SCSS warnings
This commit is contained in:
parent
f90198d7c3
commit
fd584b1d67
1 changed files with 12 additions and 10 deletions
|
@ -29,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 & {
|
||||||
|
@ -57,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;
|
||||||
|
|
Loading…
Reference in a new issue