Created
May 17, 2020 21:04
-
-
Save clintonyeb/fe870c37d20b8c21d723d2963a529303 to your computer and use it in GitHub Desktop.
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
.dashboard-row { | |
display: flex; | |
flex-direction: row; | |
flex-wrap: wrap; | |
width: 100%; | |
} | |
.dashboard-column { | |
display: flex; | |
flex-direction: column; | |
& > * { | |
margin: 20px; | |
} | |
} | |
.select { | |
width: 150px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment