Skip to content

Commit 8a916c0

Browse files
committed
Display: Adjust course tool shadow styles and icon font size #5440
1 parent bbba653 commit 8a916c0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-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

0 commit comments

Comments
 (0)