skip to Main Content

Padding in Twitter Bootstrap

I have a quick question. How to change default padding in the text fields in Twitter Bootstrap? I am trying to set Google material oneā€¦this ones. but I have no idea where I can change these global settings.

VIEW QUESTION

Cannot get items in the same line – Twitter bootstrap

I'm using bootstrap v.3 and I'm trying to get the item in the same line using form-horizontal class, however I'm not able to get this work, see the code below: <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/> <div class="grid one-half"> <div class="form-horizontal"> <div class="form-group">…

VIEW QUESTION

add dynamic class with css binding – Magento

I want to add a class behind payment-method by function with the knockout css binding (in Magento 2.1). So this is the current code: <div class="payment-method" data-bind="css: {'_active': (getCode() == isChecked())}"> <div class="payment-method-title field choice"> <input type="radio" name="payment[method]" class="radio" data-bind="attr:…

VIEW QUESTION
Back To Top
Search