Cleaning up CSS in components and adding in a drawer component.

This commit is contained in:
2020-12-08 09:19:34 -08:00
parent 5f30daca21
commit fd7d647000
10 changed files with 103 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ class Chip extends IgniteElement {
}
get styles() {
return `
return /*css*/`
mt-chip {
border-radius: 1em;
background-color: #e0e0e0;