Skip to content

Instantly share code, notes, and snippets.

View pochitax's full-sized avatar
🦄

Paola Véliz pochitax

🦄
  • Chile
View GitHub Profile
@pochitax
pochitax / gist:3060870
Created July 6, 2012 15:24
btn btn-default btn-icon-left large rounded
<a href="#" class="btn btn-default btn-icon-left large rounded"><i class="icon-caret-left"></i>Paso Anterior</a>
@pochitax
pochitax / gist:3060873
Created July 6, 2012 15:25
btn btn-default btn-icon-right large rounded
<a href="#" class="btn btn-default btn-icon-right large rounded">Próximo Paso<i class="icon-caret-right"></i></a>
@pochitax
pochitax / gist:3060877
Created July 6, 2012 15:26
btn-icon 1
<a href="#" class="btn-icon"><i class="icon-circle-arrow-left"></i></a>
@pochitax
pochitax / gist:3060887
Created July 6, 2012 15:27
btn-icon 2
<a href="#" class="btn-icon"><i class="icon-circle-arrow-right"></i></a>
@pochitax
pochitax / gist:3060893
Created July 6, 2012 15:28
btn-icon remove
<a href="#" class="btn-icon remove"><i class="icon-remove-sign"></i></a>
@pochitax
pochitax / gist:3060910
Created July 6, 2012 15:31
btn btn-checkin
<a href="#" class="btn btn-color green">Check In</a>
@pochitax
pochitax / gist:3060914
Created July 6, 2012 15:31
btn btn-checkout
<a href="#" class="btn btn-color blue">Check Out</a>
@pochitax
pochitax / gist:3060921
Created July 6, 2012 15:32
btn btn-confirmed
<a href="#" class="btn btn-color skyblue">Confirm</a>
@pochitax
pochitax / gist:3060925
Created July 6, 2012 15:33
btn btn-pending
<a href="#" class="btn btn-color orange">Pending</a>
@pochitax
pochitax / gist:3060939
Created July 6, 2012 15:36
btn btn-ok
<a href="#" class="btn btn-ok">ok</a>