Author: | westonganger |
---|---|
Views Total: | 13,427 views |
Official Page: | Go to website |
Last Update: | February 28, 2017 |
License: | MIT |
Preview:

Description:
A CSS extension for Bootstrap that makes it possible to create arrow (left and right) buttons using CSS3 transforms.
Preview:
Load the following CSS file bootstrap-directional-buttons.css after Bootstrap’s stylesheet.
<link href="bootstrap.min.css" rel="stylesheet"> <link href="bootstrap-directional-buttons.css" rel="stylesheet">
Add the CSS class ‘btn-arrow-left’ or ‘btn-arrow-right’ to the native Bootstrap buttons and done.
<button type="button" class="btn btn btn-default btn-arrow-left">Default</button> <button type="button" class="btn btn-info btn-arrow-right">Info</button>
so… whats in the “bootstrap-directional-buttons.css” that makes those arrows so pointy.
With out that info the buttons will just turn out squares.
found it XD