- Registro, activación y entrada de usuarios git-svn-id: https://192.168.0.254/svn/Rodax.factuges_web/trunk@2 e455b18d-f7fe-5245-9c43-e2c35af70a32
20 lines
463 B
Plaintext
20 lines
463 B
Plaintext
//
|
|
// Responsive: Tablet to desktop
|
|
// --------------------------------------------------
|
|
|
|
|
|
@media (min-width: 768px) and (max-width: 979px) {
|
|
|
|
// Fixed grid
|
|
#grid > .core(@gridColumnWidth768, @gridGutterWidth768);
|
|
|
|
// Fluid grid
|
|
#grid > .fluid(@fluidGridColumnWidth768, @fluidGridGutterWidth768);
|
|
|
|
// Input grid
|
|
#grid > .input(@gridColumnWidth768, @gridGutterWidth768);
|
|
|
|
// No need to reset .thumbnails here since it's the same @gridGutterWidth
|
|
|
|
}
|