@mussonindustrial/pyro-mui-joy
Version:
A port of Material UI Joy Theme for Ignition by Inductive Automation
24 lines (20 loc) • 527 B
CSS
.ia_popup {
background-color: var(--joy-palette-background-level3);
border-radius: var(--joy-radius-md);
box-shadow: var(--joy-shadow-lg);
overflow: visible;
border: none;
height: unset ;
}
.ia_popup__header {
background-color: unset ;
border-bottom: unset ;
}
[psc='Joy/Popup/auto-height'] {
min-height: unset ;
max-height: unset ;
}
[psc='Joy/Popup/auto-width'] {
min-width: unset ;
max-width: unset ;
}