19 lines
385 B
CSS
19 lines
385 B
CSS
.container-button {
|
|
background: var(--mud-palette-background-gray) !important;
|
|
box-shadow: unset;
|
|
}
|
|
|
|
.container-chip-persrif {
|
|
width: 100%;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.search-address {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-bottom: 0.65rem;
|
|
color: var(--mud-palette-primary);
|
|
font-weight: 600;
|
|
align-items: center;
|
|
} |