Skip to content

Instantly share code, notes, and snippets.

@nomanHasan
Created November 24, 2017 19:51
Show Gist options
  • Save nomanHasan/a3aeb144bc22688b39dc56efcd872a14 to your computer and use it in GitHub Desktop.
Save nomanHasan/a3aeb144bc22688b39dc56efcd872a14 to your computer and use it in GitHub Desktop.
App.css
.option-buttons{
flex: 1;
}
.updating{
background: rgb(0, 172, 172);
}
.done{
background: rgb(69, 226, 69);
}
.deleting{
background: rgb(235, 122, 73);
}
tr{
transition: 800ms cubic-bezier(0, 0, 0, 1.43);
}
td.options{
display: flex;
flex-direction: row;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment