| @import "@{bootstrap}/buttons.less"; |
| |
| .btn { |
| .button-size(@padding-base-vertical; @padding-large-horizontal*2; @font-size-base; @line-height-base; @border-radius-base); |
| } |
| |
| .btn-lg { |
| .button-size(@padding-large-vertical; @padding-large-horizontal*2; @font-size-large; @line-height-large; @border-radius-large); |
| } |
| .btn-sm { |
| .button-size(@padding-small-vertical; @padding-small-horizontal*2; @font-size-small; @line-height-small; @border-radius-small); |
| } |
| .btn-xs { |
| .button-size(@padding-xs-vertical; @padding-xs-horizontal*2; @font-size-small; @line-height-small; @border-radius-small); |
| } |
| |
| // Social button variants |
| .btn-github { |
| .button-variant(@btn-github-color; @btn-github-bg; @btn-github-border); |
| } |
| .btn-twitter { |
| .button-variant(@btn-twitter-color; @btn-twitter-bg; @btn-twitter-border); |
| } |
| |
| @media (max-width: @screen-xs-max) { |
| .btn { |
| width: 100%; |
| } |
| } |