Skip to content

Commit 129be1e

Browse files
authored
Merge pull request #92 from mendix/feat/timeline
Add timeline styles
2 parents 1c38bf4 + ed84a28 commit 129be1e

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
@import 'core/helpers/typography';
6666
@import 'core/widgets/layoutgrid';
6767
@import 'core/widgets/progress';
68+
@import 'core/widgets/timeline';
6869
@import 'core/helpers/helperclasses';
6970

7071
// Custom widgets

0 commit comments

Comments
 (0)