PHP Classes

File: modules/system/assets/ui/less/site.variables.less

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/system/assets/ui/less/site.variables.less   Download  
File: modules/system/assets/ui/less/site.variables.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 7 months ago
Size: 777 bytes
 

Contents

Class file image Download
//== Grid system // //## Define your custom responsive grid. @grid-columns: 12; @grid-gutter-width: 30px; // Navbar collapse @grid-float-breakpoint: @screen-sm-min; @grid-float-breakpoint-max: (@grid-float-breakpoint - 1); //== Container sizes // //## Define the maximum width of `.container` for different screen sizes. // Small screen / tablet @container-tablet: (720px + @grid-gutter-width); @container-sm: @container-tablet; // Medium screen / desktop @container-desktop: (940px + @grid-gutter-width); @container-md: @container-desktop; // Large screen / wide desktop @container-large-desktop: (1140px + @grid-gutter-width); @container-lg: @container-large-desktop;