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 {
52 background-color: black;
59 margin: 0 .2em 0 .5em;
76 #catalogue-carousel-switcher {
78 padding: 50*$px 0 0 58*$px;
79 width: 240*$px - 58*$px;
80 height: 235*$px - 50*$px;
85 border-radius: 0 15*$px 15*$px 0;
86 background-color: #ed7831;
87 background-image: url(/static/catalogue/img/carousel-right.png);
88 background-position: 0 0;
89 background-repeat: no-repeat;
90 background-size: auto 235*$px;
92 /* right part of mask as background */
98 text-transform: uppercase;
107 .knowledge:before {content: url(/static/img/icons/knowledge_dark.png);}
108 .activity:before {content: url(/static/img/icons/activity_dark.png);}
109 .lesson-plan:before {content: url(/static/img/icons/lesson-plan_dark.png);}
110 .reference:before {content: url(/static/img/icons/reference_dark.png);}
116 .knowledge:before {content: url(/static/img/icons/knowledge_white.png);}
117 .activity:before {content: url(/static/img/icons/activity_white.png);}
118 .lesson-plan:before {content: url(/static/img/icons/lesson-plan_white.png);}
119 .reference:before {content: url(/static/img/icons/reference_white.png);}