Skip to content

Commit

Permalink
feat(QTimelineEntry): comply with WCAG AA standard for the subtitle #…
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Jan 5, 2022
1 parent 76b2c01 commit e9bec41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions ui/src/components/timeline/QTimeline.sass
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
&__subtitle
font-size: 12px
margin-bottom: 8px
opacity: .4
opacity: .6
text-transform: uppercase
letter-spacing: 1px
font-weight: 700
Expand Down Expand Up @@ -240,4 +240,3 @@

&__subtitle, &__content
width: 50%

3 changes: 1 addition & 2 deletions ui/src/components/timeline/QTimeline.styl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
&__subtitle
font-size: 12px
margin-bottom: 8px
opacity: .4
opacity: .6
text-transform: uppercase
letter-spacing: 1px
font-weight: 700
Expand Down Expand Up @@ -240,4 +240,3 @@

&__subtitle, &__content
width: 50%

0 comments on commit e9bec41

Please sign in to comment.