aboutsummaryrefslogtreecommitdiff
path: root/resources/assets/stylesheets/scss/courseware/variables.scss
blob: 804781166372db1b375ea61345c0043e736763b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
$element-icons: (
    content: content2,
    draft: category-draft,
    task: category-task,
    template: category-template,
    oer: oer-campus,
    other: category-others,
    portfolio: category-portfolio
);

$tree-item-flag-icons: (
    date: date,
    write: community,
    cant-read: lock-locked2,
);

$tile-colors: (
    black: #000,
    charcoal: #3c454e,
    royal-purple: #8656a2,
    iguana-green: #66b570,
    queen-blue: #536d96,
    verdigris: #41afaa,
    mulberry: #bf5796,
    pumpkin: #f26e00,
    sunglow: #ffca5c,
    apple-green: #8bbd40,
    studip-blue: #28497c,
    studip-lightblue: #e7ebf1,
    studip-red: #d60000,
    studip-green: #008512,
    studip-yellow: #ffbd33,
    studip-gray: #636a71,
);

$blockadder-items: (
    before-after: block-comparison,
    blubber: blubber,
    canvas: block-canvas,
    gallery: block-gallery,
    image-map: block-imagemap,
    audio: audio,
    chart: vote,
    code: computer,
    confirm: accept,
    date: date,
    dialog-cards: dialog-cards,
    document: file-text,
    download: download,
    embed: code,
    folder: folder-full,
    headline: block-eyecatcher,
    iframe: door-enter,
    lti: plugin,
    key-point: exclaim-circle,
    link: link-extern,
    table-of-contents: table-of-contents,
    test: tasks,
    text: edit,
    timeline: date-cycle,
    typewriter: block-typewriter,
    video: video2,
    biography-achievements: medal,
    biography-career: ranking,
    biography-personal-information: own-license,
    biography-goals: radar
);

$containeradder-items: (
    accordion: block-accordion,
    list: view-list,
    tabs: block-tabs,
);

$cw-wrapper-gap: 0.5em;

$icons: (
    accept,
    add,
    add-circle,
    admin,
    aladdin,
    arr_1down,
    arr_1left,
    arr_1right,
    arr_1up,
    arr_2down,
    arr_2left,
    arr_2right,
    arr_2up,
    audio,
    audio3,
    billboard,
    block-canvas,
    block-comparison,
    block-eyecatcher,
    block-gallery,
    block-gallery2,
    block-imagemap,
    brainstorm,
    campusnavi,
    chat2,
    code,
    community2,
    computer,
    consultation,
    content,
    courseware,
    crown,
    date-single,
    decline,
    decline-circle,
    doctoral_cap,
    download,
    dropbox,
    edit,
    exclaim,
    exclaim-circle,
    export,
    favorite,
    filter,
    globe,
    graph,
    group2,
    group3,
    group4,
    home2,
    info,
    info-circle,
    install,
    institute,
    key,
    knife,
    learnmodule,
    lightbulb,
    lightbulb2,
    link2,
    link3,
    link-extern,
    link-intern,
    literature,
    lock-locked,
    lock-unlocked,
    mail2,
    medal,
    metro,
    microphone,
    module,
    network,
    notification,
    notification2,
    opencast,
    outer-space,
    permalink,
    person,
    phone,
    picture,
    place,
    plugin,
    question,
    question-circle,
    ranking,
    remove,
    remove-circle,
    resources,
    roles,
    schedule2,
    search,
    settings,
    span-empty,
    span-1quarter,
    span-2quarter,
    span-3quarter,
    span-full,
    spiral,
    sport,
    staple,
    star,
    star-empty,
    star-halffull,
    test,
    tools,
    topic,
    ufo,
    video2,
    visibility-visible,
    wizard
);