54 lines
1.0 KiB
CSS
54 lines
1.0 KiB
CSS
/*---Blazor custom---*/
|
|
|
|
.mud-snackbar {
|
|
border-radius: 1em !important;
|
|
}
|
|
|
|
.mud-paper {
|
|
border-radius: 1em !important;
|
|
}
|
|
|
|
.mud-dialog {
|
|
border-radius: 1em !important;
|
|
}
|
|
|
|
.mud-overlay.on-top {
|
|
z-index: 10001 !important;
|
|
}
|
|
|
|
.mud-popover.mud-popover-open {
|
|
border-radius: 1em !important;
|
|
}
|
|
|
|
.mud-picker-popover-paper {
|
|
border-radius: 1em !important;
|
|
}
|
|
|
|
.mud-skeleton {
|
|
border-radius: .5em !important;
|
|
}
|
|
|
|
/*.mud-expand-panel{*/
|
|
/* background: var(--light-card-background) !important;*/
|
|
/* box-shadow: unset !important;*/
|
|
/*}*/
|
|
|
|
.mud-expansion-panels {
|
|
width: 100%;
|
|
}
|
|
|
|
.ripple-container .mud-ripple-effect {
|
|
display: none !important;
|
|
}
|
|
|
|
.ripple-container .mud-ripple-effect-expanding {
|
|
display: none !important;
|
|
}
|
|
|
|
.ripple-container .mud-button:focus-visible, .ripple-container .mud-button:active{
|
|
background-color: unset !important;
|
|
}
|
|
|
|
.ripple-container .mud-button-outlined:focus-visible, .ripple-container .mud-button-outlined:active{
|
|
background-color: unset !important;
|
|
} |