Skip to content

Instantly share code, notes, and snippets.

@Iheanacho-ai
Created March 22, 2022 19:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Iheanacho-ai/81b6adb59a902af2767ced7f7174b4d0 to your computer and use it in GitHub Desktop.
Save Iheanacho-ai/81b6adb59a902af2767ced7f7174b4d0 to your computer and use it in GitHub Desktop.
.list-job{
max-width: 405px;
padding: 28px 0 30px;
margin: 137px auto;
background: #fff;
border-radius: 7px;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.list-job-item{
margin-top: 20px;
margin-right: 5px;
padding: 0 20px 10px 25px;
}
.list-job-item.overflow{
overflow-y: auto;
max-height: 300px;
}
.list-job-item::-webkit-scrollbar{
width: 5px;
}
.list-job-item::-webkit-scrollbar-track{
background: #f1f1f1;
border-radius: 25px;
}
.list-job-item::-webkit-scrollbar-thumb{
background: #e6e6e6;
border-radius: 25px;
}
.list-job-item .item{
list-style: none;
font-size: 17px;
margin-bottom: 18px;
padding-bottom: 16px;
align-items: flex-start;
border-bottom: 1px solid rgb(56, 55, 55);
position: relative;
}
.list-job-item .item:last-child{
margin-bottom: 0;
border-bottom: 0;
padding-bottom: 0;
}
.delete{
position: absolute;
right: 10px;
bottom: 50%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment