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: url(/static/catalogue/img/carousel-left.png) 100% 0 no-repeat;
37 background-size: 70*$px 100%;
39 .catalogue-carousel-note {
42 background-color: black;
45 background-image: url(/static/catalogue/img/carousel-left.png);
46 background-position: 100% 0;
47 background-repeat: no-repeat;
48 background-size: 70*$px 100%;
51 padding: 6em 2em 0 1.6em;
67 #catalogue-carousel-switcher {
69 padding: 50*$px 0 0 58*$px;
70 width: 240*$px - 58*$px;
71 height: 235*$px - 50*$px;
76 border-radius: 0 15*$px 15*$px 0;
77 background-color: #ed7831;
78 background-image: url(/static/catalogue/img/carousel-right.png);
79 background-position: 0 0;
80 background-repeat: no-repeat;
81 background-size: auto 235*$px;
83 /* right part of mask as background */
89 text-transform: uppercase;
98 .knowledge:before {content: url(/static/img/icons/knowledge_dark.png);}
99 .activity:before {content: url(/static/img/icons/activity_dark.png);}
100 .lesson-plan:before {content: url(/static/img/icons/lesson-plan_dark.png);}
101 .reference:before {content: url(/static/img/icons/reference_dark.png);}
107 .knowledge:before {content: url(/static/img/icons/knowledge_white.png);}
108 .activity:before {content: url(/static/img/icons/activity_white.png);}
109 .lesson-plan:before {content: url(/static/img/icons/lesson-plan_white.png);}
110 .reference:before {content: url(/static/img/icons/reference_white.png);}