Skip to content

Instantly share code, notes, and snippets.

@nomanHasan
Created October 11, 2017 06:45
Show Gist options
  • Save nomanHasan/72f436e1cffa6f9aed4f42c0310bc319 to your computer and use it in GitHub Desktop.
Save nomanHasan/72f436e1cffa6f9aed4f42c0310bc319 to your computer and use it in GitHub Desktop.
.options{
display: flex;
flex-direction: row;
button{
flex:1;
margin: 5px;
}
}
:host{
margin: 10px;
}
.done{
background: #79D879;
}
.selected{
background: #004700;
}
.loading{
background: #A0A0A0;
}
.edited{
background: #D570FD;
}
.error{
background: #FD7070;
}
div{
p{
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment