Skip to content

Instantly share code, notes, and snippets.

@afirdousi
Created June 26, 2017 21:49
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 afirdousi/4a330255d452088a80f142c2f91c29c5 to your computer and use it in GitHub Desktop.
Save afirdousi/4a330255d452088a80f142c2f91c29c5 to your computer and use it in GitHub Desktop.
:host {
background-color: #ffffe5;
border:1px solid red;
padding:10px;
}
div {
border-bottom:1px solid red;
display:inline-block;
}
:host /deep/ input {
border:none;
border-bottom:1px solid red;
outline:none;
color:red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment