Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sudorook/capsule.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorpseudorook <pseudorook@protonmail.com>2018-04-17 00:44:28 +0300
committerpseudorook <pseudorook@protonmail.com>2018-04-17 00:44:28 +0300
commit6072dcc9b27228ce04288d0f223c1a6db0e74ae9 (patch)
treeefd39fc7c24f5b95c995340ee22a094cda708602 /build
parent333c349656fc27289e1cbfa1143218279db979b7 (diff)
upgrade to bulma 0.7.0
Diffstat (limited to 'build')
-rw-r--r--build/sass/bulma/variables.sass23
1 files changed, 15 insertions, 8 deletions
diff --git a/build/sass/bulma/variables.sass b/build/sass/bulma/variables.sass
index bdf9ca5..2126853 100644
--- a/build/sass/bulma/variables.sass
+++ b/build/sass/bulma/variables.sass
@@ -46,20 +46,27 @@ $weight-bold: 700 !default
// Responsiveness
// The container horizontal gap, which acts as the offset for breakpoints
-$gap: 32px !default
+$gap: 64px !default
// 960, 1152, and 1344 have been chosen because they are divisible by both 12 and 16
$tablet: 769px !default
-// 960px container + 3rem
+// 960px container + 4rem
$desktop: 960px + (2 * $gap) !default
-// 1152px container + 3rem
-$widescreen: 1152px + (2 * $gap) !default
-// 1344px container + 3rem
-$fullhd: 1344px + (2 * $gap) !default
+// 1152px container + 4rem
+$widescreen: 1152px + (2 * $gap) !default
+$widescreen-enabled: true !default
+// 1344px container + 4rem
+$fullhd: 1344px + (2 * $gap) !default
+$fullhd-enabled: true !default
// Miscellaneous
$easing: ease-out !default
$radius-small: 2px !default
-$radius: 3px !default
-$radius-large: 5px !default
+$radius: 4px !default
+$radius-large: 6px !default
+$radius-rounded: 290486px !default
$speed: 86ms !default
+
+// Flags
+
+$variable-columns: true !default