From 6fda25b4c16df2d34d298b373a64ef6f41da7a5a Mon Sep 17 00:00:00 2001 From: Aristeides Stathopoulos Date: Mon, 27 May 2013 23:00:39 +0300 Subject: Adding variables for container sizes --- less/variables.less | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'less/variables.less') diff --git a/less/variables.less b/less/variables.less index 9cd8f830b..97aac8395 100644 --- a/less/variables.less +++ b/less/variables.less @@ -405,6 +405,19 @@ @screen-large-desktop: @screen-large; +// Container sizes +// -------------------------------------------------- + +// Small screen / tablet +@container-tablet: 728px; + +// Medium screen / desktop +@container-desktop: 940px; + +// Large screen / wide desktop +@container-large-desktop: 1170px; + + // Grid system // -------------------------------------------------- -- cgit v1.2.3 From c89a6edf090348693a3dd7d43cc2812009249d30 Mon Sep 17 00:00:00 2001 From: Javier Martinez Fernandez Date: Wed, 29 May 2013 22:09:33 +0300 Subject: Remove form-actions-bg If form-actions has been removed, this variable is no needed anymore. --- less/variables.less | 2 -- 1 file changed, 2 deletions(-) (limited to 'less/variables.less') diff --git a/less/variables.less b/less/variables.less index 9cd8f830b..a6c69430e 100644 --- a/less/variables.less +++ b/less/variables.less @@ -131,8 +131,6 @@ @input-height-large: (@line-height-computed + (@padding-large-vertical * 2)); @input-height-small: (@line-height-computed + (@padding-small-vertical * 2)); -@form-actions-bg: #f5f5f5; - // Dropdowns // ------------------------- -- cgit v1.2.3