Created
January 28, 2021 08:38
-
-
Save salmanyaqoob/7009da23057aa84156301c4a07dbad87 to your computer and use it in GitHub Desktop.
Index screen CSS
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'; | |
| .showList { | |
| background-color: transparent; | |
| flex-direction: column; | |
| width: 454px; | |
| height: 400px; | |
| } | |
| .showListItem { | |
| background-color: transparent; | |
| flex-direction: column; | |
| align-items: center; | |
| width: 454px; | |
| height: 50px; | |
| color: red; | |
| } | |
| .btn { | |
| width: 200px; | |
| height: 50px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment