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