Skip to content

Commit

Permalink
visual qa
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Dec 13, 2023
1 parent ff112d6 commit 4b91b9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
height: 100%;
width: 192px;
object-fit: cover;
flex: 0 0 auto;
}

.titles {
Expand Down Expand Up @@ -79,7 +80,7 @@
.subtitle {
.font-manrope;
font-size: 15px;
font-weight: 700;
font-weight: 400;
line-height: 23px;
letter-spacing: 0.15px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class TimeLineComponent implements OnInit, OnChanges, AfterViewInit {

WIDTH = 1000;
TEXT_HEIGHT = 16;
TICK_HEIGHT = 48;
TICK_HEIGHT = 56;
CIRCLE_RADIUS_CLUSTERED = 12;
CIRCLE_RADIUS = 16;
ICON_PADDING = 4;
Expand Down

0 comments on commit 4b91b9d

Please sign in to comment.