32 lines
701 B
CSS
32 lines
701 B
CSS
.activity-filter { margin-top: .2rem; }
|
|
|
|
.card-container {
|
|
margin-top: .2rem;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-wrap: nowrap;
|
|
gap: 1rem;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.date-controller {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.content ::deep > .custom-mudButtonGroup {
|
|
width: 100%;
|
|
}
|
|
|
|
.content ::deep > .custom-mudButtonGroup .mud-button-root {
|
|
border-radius: 12px;
|
|
padding: .2rem 1.5rem;
|
|
text-transform: none !important;
|
|
font-size: .985rem;
|
|
border: 1px solid var(--mud-palette-gray-light);
|
|
}
|
|
|
|
.content ::deep > .custom-mudButtonGroup .custom-button-active {
|
|
background-color: hsl(from var(--mud-palette-primary) h s 95%);
|
|
} |