Brought in bootstrap-rtl and validate.js packages via bower for Matrix's patient...
[openemr.git] / public / assets / bootstrap-rtl-3-3-4 / less / grid-rtl.less
blobe482bcbf6de7f0ca8a2fdab5a3fd9f36069d8dda
1 //
2 // RTL Grid system
3 // --------------------------------------------------
5 // Columns
6 //
7 // Common styles for small and large grid columns
9 .make-rtl-grid-columns();
12 // Extra small grid
14 // Columns, offsets, pushes, and pulls for extra small devices like
15 // smartphones.
17 .make-rtl-grid(xs);
20 // Small grid
22 // Columns, offsets, pushes, and pulls for the small device range, from phones
23 // to tablets.
25 @media (min-width: @screen-sm-min) {
26   .make-rtl-grid(sm);
30 // Medium grid
32 // Columns, offsets, pushes, and pulls for the desktop device range.
34 @media (min-width: @screen-md-min) {
35   .make-rtl-grid(md);
39 // Large grid
41 // Columns, offsets, pushes, and pulls for the large desktop device range.
43 @media (min-width: @screen-lg-min) {
44   .make-rtl-grid(lg);