Skip to content

Instantly share code, notes, and snippets.

@afirdousi
Created July 8, 2017 02:26
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/cc209eac27ac63b40e88fc5cb00f5a6b to your computer and use it in GitHub Desktop.
Save afirdousi/cc209eac27ac63b40e88fc5cb00f5a6b to your computer and use it in GitHub Desktop.
/* Styles here can easily be cleaned up using SCSS */
:host-context(.light) .primary button {
border:1px solid #0080ff;
background:#fff;
color:#0080ff;
}
:host-context(.light) .primary button:disabled,
:host-context(.light) .primary button[disabled]{
color:#d3d3d3;
}
:host-context(.light) .secondary button {
border:1px solid #0080ff;
background-color:#0080ff;
color:#fff;
}
:host-context(.light) .secondary button:disabled,
:host-context(.light) .secondary button[disabled]{
background-color:#e5f2ff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment