css: Use SCSS nesting for `.tour .carousel-inner .call-to-action`.

This commit is contained in:
SiddharthVarshney 2020-07-19 16:01:05 +05:30 committed by Tim Abbott
parent d0d4a066d1
commit 1531e38bc2
1 changed files with 4 additions and 4 deletions

View File

@ -1528,11 +1528,11 @@ nav {
background: linear-gradient(145deg, hsl(191, 56%, 55%), hsl(169, 65%, 42%));
box-shadow: 0px 3px 10px hsla(0, 0%, 0%, 0.2);
border-radius: 4px;
}
.tour .carousel-inner .call-to-action:hover {
background-color: hsl(169, 65%, 42%);
box-shadow: 0px 3px 10px hsla(0, 0%, 0%, 0.3);
&:hover {
background-color: hsl(169, 65%, 42%);
box-shadow: 0px 3px 10px hsla(0, 0%, 0%, 0.3);
}
}
.tour .carousel-control {