Sha256: e6d0c14ced631762d78a4a7e213c28b64bb4202a49f612b1fc9a9c27ea0e18b9
Contents?: true
Size: 825 Bytes
Versions: 24
Compression:
Stored size: 825 Bytes
Contents
// Common // ----------------- .container-fluid { width: 100%; margin: auto; } @media (min-width: 768px) { .container-fluid { width: 760px; } } @media (min-width: 992px) { .container-fluid { width: 990px; } } @media (min-width: 1200px) { .container-fluid { width: 1200px; } } // Forms // ---------------- form { .modal & { margin-bottom: 0; } .form-actions { border: 0; padding: 0; margin-bottom: 0; background: none; } .form-control { border: 0; padding: 0; @include prefixed-prop(box-shadow, none); height: auto; textarea, input { width: 100%; } input { height: 30px; line-height: 30px; } } }
Version data entries
24 entries across 24 versions & 1 rubygems