Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Web/wwwroot/css/site.css
@@ -123,4 +123,18 @@ .form-label.required::after { content: " *"; color: #dc3545; } /* Spinning Icon Animation */ .spin-icon { animation: spin 1s linear infinite; } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }