10 lines
180 B
CSS
10 lines
180 B
CSS
.container-chip-attached {
|
|
width: 100%;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.container-button {
|
|
background: var(--mud-palette-background-gray) !important;
|
|
box-shadow: unset;
|
|
}
|