CHANGED: style and components directories, removed redundant imports from styles
ADDED: container and card component, card-subcomponents WIP
This commit is contained in:
8
src/styles/card.css
Normal file
8
src/styles/card.css
Normal file
@@ -0,0 +1,8 @@
|
||||
div.m3.m3-card {
|
||||
min-width: 160px;
|
||||
min-height: 64px;
|
||||
display: flex;
|
||||
border: 2px dashed green;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=card.css.map */
|
||||
Reference in New Issue
Block a user