Files
portainer--portainer/app/react/components/datatables/TableSettingsMenuAutoRefresh.module.css
2026-07-13 12:08:39 +08:00

10 lines
135 B
CSS

.alert-visible {
opacity: 1;
transition: all 250ms linear;
}
.alert-hidden {
opacity: 0;
transition: all 250ms ease-out 2s;
}