Skip to content

Instantly share code, notes, and snippets.

@mosaddekhossain
Created September 2, 2018 08:22
Show Gist options
  • Save mosaddekhossain/4eaece4e1c657f049bd591d4fa62ecfc to your computer and use it in GitHub Desktop.
Save mosaddekhossain/4eaece4e1c657f049bd591d4fa62ecfc to your computer and use it in GitHub Desktop.
flow pricing table
// pricing table
.price-plan
{
font-size: 20px;
color: #94989d;
}
.price-plan th
{
color: #fff;
border-bottom-width: 0 !important;
background: #0090b4;
}
.price-plan td:first-child,
.price-plan th:first-child
{
text-align: left;
}
.price-plan td,
.price-plan th
{
padding: 1.5rem 1.5rem;
text-align: center;
vertical-align: middle;
}
.plan-active-color
{
color: #0090b4;
}
.plan-inactive-color
{
color: #ee6055;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment