9 lines
142 B
CSS
9 lines
142 B
CSS
|
div.m3.m3-card {
|
||
|
min-width: 160px;
|
||
|
min-height: 64px;
|
||
|
display: flex;
|
||
|
border: 2px dashed green;
|
||
|
}
|
||
|
|
||
|
/*# sourceMappingURL=card.css.map */
|