Skip to content

Commit

Permalink
[#22] refact : 타이머 그림자 제거 및 크기 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
choibumsu committed Feb 22, 2021
1 parent dfa1b8a commit ba34456
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/MainSection/Timer/DisplayTime/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
.display-time {
display: flex;
align-items: baseline;
text-shadow: 0 2px 4px rgba($color-black, 33%);
margin-right: 1.6rem;

.value-wrapper {
Expand All @@ -20,15 +19,15 @@
.next-value {
display: flex;
justify-content: flex-end;
font-size: 10rem;
font-size: 10.5rem;
line-height: 1.2em;
color: $color-gray-50;
text-align: center;

div {
span {
display: inline-block;
width: 6.4rem;
width: 6.9rem;
}
}
}
Expand Down

0 comments on commit ba34456

Please sign in to comment.