Created
April 20, 2019 21:52
-
-
Save treyhuffine/ab841b806ee1af8751c945472639c851 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
.LaunchList { | |
height: 100vh; | |
overflow: hidden auto; | |
background-color: #ececec; | |
width: 300px; | |
padding-left: 20px; | |
padding-right: 20px; | |
} | |
.LaunchList__list { | |
list-style: none; | |
margin: 0; | |
padding: 0; | |
} | |
.LaunchList__item { | |
padding-top: 20px; | |
padding-bottom: 20px; | |
border-top: 1px solid #919191; | |
cursor: pointer; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment