Files
lcbp3/docs/จัดการตำแหน่ง Node n8n_files/product-variants-ga945uk2.css
T
admin 4422c68894
CI / CD Pipeline / build (push) Failing after 10m45s
CI / CD Pipeline / release (push) Has been skipped
CI / CD Pipeline / deploy (push) Has been skipped
260323:0917 fix CI : Run Tests #01
2026-03-23 09:17:26 +07:00

31 lines
688 B
CSS

@keyframes YfNCsW_fade {
to {
opacity: 1;
}
}
.YfNCsW_fadeIn {
opacity: 0;
animation: YfNCsW_fade var(--duration, 0s) cubic-bezier(0.37, 0.55, 0.86, 0.88) forwards var(--delay, 0s);
animation-iteration-count: 1;
}
@media (prefers-reduced-motion: reduce) {
.YfNCsW_fadeIn {
--duration: 0s;
opacity: 1;
}
}
.YfNCsW_marker.YfNCsW_hidden {
display: none;
}
.YfNCsW_marker.YfNCsW_animate {
opacity: 0;
animation: YfNCsW_fade var(--duration, 0s) cubic-bezier(0.37, 0.55, 0.86, 0.88) forwards var(--delay, 0s);
animation-iteration-count: 1;
}
@media (prefers-reduced-motion: reduce) {
.YfNCsW_marker.YfNCsW_animate {
--duration: 0s;
opacity: 1;
}
}