Indy Button

Button in Modern Styles by indytheme.com

COLORS

<button class="b-indy --red">Red</button>
<button class="b-indy --orange">Orange</button>
<button class="b-indy --yellow">Yellow</button>
<button class="b-indy --green">Green</button>
<button class="b-indy --blue">Blue</button>
<button class="b-indy --purple">Purple</button>
<button class="b-indy --black">Black</button>
<button class="b-indy --white">White</button>

CONVEX

<button class="b-indy --red --convex">Red</button>
<button class="b-indy --orange --convex">Orange</button>
<button class="b-indy --yellow --convex">Yellow</button>
<button class="b-indy --green --convex">Green</button>
<button class="b-indy --blue --convex">Blue</button>
<button class="b-indy --purple --convex">Purple</button>
<button class="b-indy --black --convex">Black</button>
<button class="b-indy --white --convex">White</button>

LINE

<button class="b-indy --red --line">Red</button>
<button class="b-indy --orange --line">Orange</button>
<button class="b-indy --yellow --line">Yellow</button>
<button class="b-indy --green --line">Green</button>
<button class="b-indy --blue --line">Blue</button>
<button class="b-indy --purple --line">Purple</button>
<button class="b-indy --black --line">Black</button>
<button class="b-indy --white --line">White</button>

SIZE

<button class="b-indy --red --small">Small</button>
<button class="b-indy --red">Default</button>
<button class="b-indy --red --large">Large</button>

Disabled

<button class="b-indy --red --disabled">Disabled</button>

Full

<button class="b-indy --red --full">Full Button</button>

Group

<div class="b-indy-group">
 <button class="b-indy --red">Red</button>
 <button class="b-indy --orange">Orange</button>
 <button class="b-indy --yellow">Yellow</button>
 <button class="b-indy --green">Green</button>
 <button class="b-indy --blue">Blue</button>
</div>

Group-Full

<div class="b-indy-group --full">
 <button class="b-indy --red">Red</button>
 <button class="b-indy --orange">Orange</button>
 <button class="b-indy --yellow">Yellow</button>
 <button class="b-indy --green">Green</button>
 <button class="b-indy --blue">Blue</button>
</div>

Link

<a href="#" class="b-indy --red">Link</a>