Update the material item to use the incrementer component
This commit is contained in:
parent
44eaec2d38
commit
050fecd4f6
2 changed files with 7 additions and 48 deletions
|
|
@ -49,7 +49,7 @@
|
|||
&__list {
|
||||
&--material {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
|
|
@ -164,8 +164,8 @@
|
|||
@include material.elevate(1);
|
||||
padding: 8px;
|
||||
gap: 8px;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr min-content 50px min-content;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
border-radius: 4px;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue