Moved course teaser js functionality to frontend util; removed css class course-teaser and course-teaser div id; moved styling of course teaser from colonnade.lucius to course-teaser.scss of util
12 lines
253 B
Plaintext
12 lines
253 B
Plaintext
:root {
|
|
--color-grey-light: #efefef;
|
|
--color-grey-lighter: #f5f5f5;
|
|
--color-fontsec: #5b5861;
|
|
--course-bg-color: var(--color-grey-lighter);
|
|
--course-expanded-bg-color: var(--color-grey-light);
|
|
}
|
|
|
|
.scrolltable {
|
|
box-shadow: none!important;
|
|
}
|