Created
February 25, 2018 09:18
-
-
Save AhsanAyaz/208d0d471bb81c904b5f2da52d43aa27 to your computer and use it in GitHub Desktop.
Stop Watch Component (built with Stencil) styles
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
.watch-wrapper { | |
background: #2196F3; | |
padding: 20px; | |
display: block; | |
font-family: monospace; | |
box-shadow: 0 16px 16px 0 rgba(0,0,0,0.1); | |
} | |
.watch{ | |
display: flex; | |
flex-direction: row; | |
align-items: center; | |
justify-content: space-evenly; | |
z-index: 2; | |
} | |
.watch .unit, .watch .sep{ | |
font-size: 32px; | |
color: #FFEB3B; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment