Skip to content

Instantly share code, notes, and snippets.

@treyhuffine
Created April 20, 2019 21:52
Show Gist options
  • Save treyhuffine/ab841b806ee1af8751c945472639c851 to your computer and use it in GitHub Desktop.
Save treyhuffine/ab841b806ee1af8751c945472639c851 to your computer and use it in GitHub Desktop.
.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