Skip to content

Instantly share code, notes, and snippets.

@AhsanAyaz
Created February 25, 2018 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AhsanAyaz/208d0d471bb81c904b5f2da52d43aa27 to your computer and use it in GitHub Desktop.
Save AhsanAyaz/208d0d471bb81c904b5f2da52d43aa27 to your computer and use it in GitHub Desktop.
Stop Watch Component (built with Stencil) styles
.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