Created
January 28, 2021 08:40
-
-
Save salmanyaqoob/38bcca86dc6caf373e3ea85bc5ba73e3 to your computer and use it in GitHub Desktop.
Array Screen Style
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @import '../../common/style.css'; | |
| .containerArray { | |
| flex-direction: column; | |
| width: 300px; | |
| height: 50px; | |
| background-color: transparent; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment