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;
73 #catalogue-carousel-switcher {
75 padding: 50*$px 0 0 58*$px;
76 width: 240*$px - 58*$px;
77 height: 235*$px - 50*$px;
82 border-radius: 0 15*$px 15*$px 0;
83 background-color: #ed7831;
84 background-image: url(/static/catalogue/img/carousel-right.png);
85 background-position: 0 0;
86 background-repeat: no-repeat;
87 background-size: auto 235*$px;
89 /* right part of mask as background */
95 text-transform: uppercase;
104 .knowledge:before {content: url(/static/img/icons/knowledge_dark.png);}
105 .activity:before {content: url(/static/img/icons/activity_dark.png);}
106 .lesson-plan:before {content: url(/static/img/icons/lesson-plan_dark.png);}
107 .reference:before {content: url(/static/img/icons/reference_dark.png);}
113 .knowledge:before {content: url(/static/img/icons/knowledge_white.png);}
114 .activity:before {content: url(/static/img/icons/activity_white.png);}
115 .lesson-plan:before {content: url(/static/img/icons/lesson-plan_white.png);}
116 .reference:before {content: url(/static/img/icons/reference_white.png);}