We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c38bf4 + ed84a28 commit 129be1eCopy full SHA for 129be1e
styles/web/sass/core/widgets/_timeline.scss
@@ -0,0 +1,16 @@
1
+.widget-timeline-icon-circle {
2
+ background-color: $brand-primary
3
+}
4
+
5
+.widget-timeline-title {
6
+ font-weight: 600;
7
+ margin: 0 0 10px 0;
8
9
10
+.widget-timeline-info-wrapper {
11
+ &:hover {
12
+ .title {
13
+ color: rgba($brand-primary, 0.7)
14
+ }
15
16
styles/web/sass/main.scss
@@ -65,6 +65,7 @@
65
@import 'core/helpers/typography';
66
@import 'core/widgets/layoutgrid';
67
@import 'core/widgets/progress';
68
+@import 'core/widgets/timeline';
69
@import 'core/helpers/helperclasses';
70
71
// Custom widgets
0 commit comments