12 border-radius: 15*$px;
14 #catalogue-carousel-links {
27 /* background-image: url(/static/test.jpg); set real background image */
28 background-size: 100% 100%;
29 border-top-left-radius: 15*$px 6.38%;
30 border-bottom-left-radius: 15*$px 6.38%;
37 background-image: url(/static/catalogue/img/carousel-left.png);
38 background-position: 100% 0;
39 background-repeat: no-repeat;
40 background-size: 70*$px 100%;
44 #catalogue-carousel-switcher {
46 padding: 50*$px 0 0 58*$px;
47 width: 240*$px - 58*$px;
48 height: 235*$px - 50*$px;
53 border-radius: 0 15*$px 15*$px 0;
54 background-color: #ed7831;
55 background-image: url(/static/catalogue/img/carousel-right.png);
56 background-position: 0 0;
57 background-repeat: no-repeat;
58 background-size: auto 235*$px;
60 /* right part of mask as background */
66 text-transform: uppercase;
75 .knowledge:before {content: url(/static/img/icons/knowledge_dark.png);}
76 .activity:before {content: url(/static/img/icons/activity_dark.png);}
77 .lesson-plan:before {content: url(/static/img/icons/lesson-plan_dark.png);}
78 .reference:before {content: url(/static/img/icons/reference_dark.png);}
84 .knowledge:before {content: url(/static/img/icons/knowledge_white.png);}
85 .activity:before {content: url(/static/img/icons/activity_white.png);}
86 .lesson-plan:before {content: url(/static/img/icons/lesson-plan_white.png);}
87 .reference:before {content: url(/static/img/icons/reference_white.png);}