11 #catalogue-carousel-links {
24 background-image: url(/static/test.jpg); /* set real background image */
25 background-size: 100% 100%;
26 border-top-left-radius: 15*$px 6.38%;
27 border-bottom-left-radius: 15*$px 6.38%;
33 background-image: url(/static/catalogue/img/carousel-left.png);
34 background-position: 100% 0;
35 background-repeat: no-repeat;
36 background-size: 70*$px 100%;
38 /* left part of mask as background */
42 #catalogue-carousel-switcher {
44 padding: 50*$px 0 0 58*$px;
45 width: 240*$px - 58*$px;
46 height: 235*$px - 50*$px;
51 border-radius: 0 15*$px 15*$px 0;
52 background-color: #16a487;
53 background-image: url(/static/catalogue/img/carousel-right.png);
54 background-position: 0 0;
55 background-repeat: no-repeat;
56 background-size: auto 235*$px;
58 /* right part of mask as background */
64 text-transform: uppercase;
76 .knowledge:before {content: url(/static/img/icons/knowledge.png);}
77 .activity:before {content: url(/static/img/icons/activity.png);}
78 .lesson-plan:before {content: url(/static/img/icons/lesson-plan.png);}
79 .reference:before {content: url(/static/img/icons/reference.png);}
80 /* TODO: active sprites */