Created
November 19, 2018 17:31
-
-
Save 0632347878/4a2622d489b6d41e06ce7701d0654fd8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*begin from w40h60 to w30h45*/ | |
.flip-clock-divider.days .flip-clock-label { | |
left: 3px; | |
} | |
.flip-clock-divider.hours .flip-clock-label, | |
.flip-clock-divider.minutes .flip-clock-label { | |
left: 20px; | |
} | |
.flip-clock-dot { | |
left: 3px; | |
width: 5px; | |
height: 5px; | |
} | |
.flip-clock-dot.top { | |
top: 17px; | |
} | |
.flip-clock-dot.bottom { | |
bottom: 17px; | |
} | |
.flip-clock-wrapper ul { | |
width: 30px; | |
height: 45px; | |
} | |
.flip-clock-wrapper ul li { | |
line-height: 48px; | |
} | |
.flip-clock-wrapper ul li a div div.inn { | |
font-size: 37px; | |
} | |
.flip-clock-wrapper ul li a div.up:after { | |
top: 22px; | |
} | |
.flip-clock-divider { | |
width: 10px; | |
height: 55px; | |
} | |
/* end from w40h60 to w30h45*/ |
Author
0632347878
commented
Nov 19, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment