Skip to content

Commit de20ccc

Browse files
Merge remote-tracking branch 'upstream/master' into GH-6207
2 parents f99a764 + 4f222e5 commit de20ccc

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

assets/css/scss/molecules/_course_tool.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,17 @@
1111
}
1212

1313
&__shadow {
14-
@apply absolute w-16 h-16 text-support-1;
14+
@apply absolute w-16 h-16 text-primary;
15+
16+
padding: 1px;
17+
opacity: 0.08;
1518
}
1619

1720
&__icon {
1821
@apply text-transparent bg-clip-text bg-gradient-to-br from-primary to-primary-gradient leading-none;
1922

2023
&.mdi {
21-
font-size: 52px;
24+
font-size: 44px;
2225
}
2326
}
2427

assets/vue/components/admin/ColorThemePreview.vue

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,20 @@ provide("isCustomizing", isCustomizing)
220220
</div>
221221
<div>
222222
<p class="mb-3 text-lg">{{ t("Some more elements") }}</p>
223+
223224
<div class="course-tool cursor-pointer">
224225
<div class="course-tool__link hover:primary-gradient hover:bg-primary-gradient/10">
226+
<svg
227+
class="course-tool__shadow"
228+
fill="none"
229+
viewBox="0 0 117 105"
230+
xmlns="http://www.w3.org/2000/svg"
231+
>
232+
<path
233+
class="fill-current"
234+
d="M104.167 20.2899C104.167 43.3465 116.11 59.1799 116.11 70.2899C116.11 81.3999 109.723 104.733 58.6133 104.733C7.50333 104.733 0 73.3432 0 61.1232C0 3.89987 104.167 -20.5435 104.167 20.2899Z"
235+
/>
236+
</svg>
225237
<span
226238
aria-hidden="true"
227239
class="course-tool__icon mdi mdi-bookshelf"

0 commit comments

Comments
 (0)