Bootstrap: Feature: glowing buttons

Created on 22 Aug 2012  路  3Comments  路  Source: twbs/bootstrap

Could glowing buttons be added as a feature so we could have buttons like this one here:

http://twitter.github.com/bootstrap/

Most helpful comment

wow, why not?

All 3 comments

just add to an additional stylesheet:

// simplified example, you can go wild here
.btn-glow {
box-shadow: 1px 1px 12px #720000;
}

and add an additional class to your button, like so:

<a href="#" class="btn btn-danger btn-glow">your button text</a>

No, we won't add that.

wow, why not?

Was this page helpful?
0 / 5 - 0 ratings