Refactor simulation styles and update API services
- Refactored SCSS styles for simulation player and dashboard components to improve readability and maintainability. - Changed property names in Block and UIElement types for clarity. - Implemented getDashBoardBlocksApi and upsertDashBoardBlocksApi services for fetching and updating dashboard blocks. - Removed unnecessary transition property in simulation dashboard styles.
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
cursor: pointer;
|
||||
border: 1px solid rgba(255, 255, 255, 0.2);
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
|
||||
transition: all 0.3s ease;
|
||||
// transition: all 0.3s ease;
|
||||
z-index: 1;
|
||||
resize: none;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user