Skip to content

Commit

Permalink
fix(timepicker hour face): change clock hand size to fit it for adapt…
Browse files Browse the repository at this point in the history
…ive version
  • Loading branch information
Agranom committed Aug 15, 2018
1 parent 694ef21 commit 2a2e0c4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ $clock-face-number-color: #6c6c6c;
}

.clock-face__clock-hand {
height: 107px;
height: 103px;
width: 2px;
background-color: $primary-color;
transform-origin: 0 100%;
position: absolute;
top: calc(50% - 107px);
top: calc(50% - 103px);
z-index: 1;
&:after {
content: '';
Expand Down

0 comments on commit 2a2e0c4

Please sign in to comment.