Project-Reclass / toynet-react

The frontend service for ToyNet emulator and learning platform.
https://toynet.projectreclass.org
GNU General Public License v3.0
8 stars 20 forks source link

Fix Y margin for Animation and Value submodules #295

Closed De1ain closed 2 years ago

De1ain commented 2 years ago

Fix Y margin for Animation and Value submodules

Renamed styled to ValueStyled - similarly to other components. Added new AnimationStyled module.

Added 2 new styled components - AnimationContainer and ValueContainer, similarly to how Survey and Quiz submodule are built.

Updated the test snapshot for Value.

Resolves Issue: closes #294.