Resizing buttons in Twitter-Bootstrap

前端 未结 2 454
生来不讨喜
生来不讨喜 2021-02-01 14:51

I\'m developing a mobile-friendly web app which I would like to feature a dead-simple UI, including buttons so large even Andre the Giant could tap them with ease.

The

2条回答
  •  抹茶落季
    2021-02-01 15:09

    @amustill's answer is easily adapted for Bootstrap 3.1.0:

    .btn-xl {
        padding: 18px 28px;
        font-size: 22px;
        border-radius: 8px;
    }
    

    jsFiddle: http://jsfiddle.net/Abdull/2rkkJ/

    With this adaption automatically come :hover darkening and :active shadow insetting.

提交回复
热议问题