Merge branch 'cambios' into 'master'

Cambios

See merge request sutty/jekyll/sutty-base-jekyll-theme!10
This commit is contained in:
fauno 2021-08-04 21:19:17 +00:00
commit 3266976eb6
2 changed files with 31 additions and 1 deletions

View file

@ -307,7 +307,7 @@ $directions: (top, right, bottom, left);
.hover-#{$color} {
&:hover,
&:focus-within {
color: var(--#{$color});
color: var(--#{$color}) !important;
}
}

View file

@ -53,8 +53,33 @@ $colors: (
$theme-colors: (
);
$spacer: 1rem !default;
$spacers: (
6: ($spacer * 4),
7: ($spacer * 5),
8: ($spacer * 6),
9: ($spacer * 7),
10: ($spacer * 8),
11: ($spacer * 9),
12: ($spacer * 10),
13: ($spacer * 11),
14: ($spacer * 12),
15: ($spacer * 13),
);
/// Tamaños (anchos y altos) redefinidos desde Bootstrap.
$sizes: (
10: 10%,
20: 20%,
30: 30%,
40: 40%,
50: 50%,
60: 60%,
70: 70%,
80: 80%,
90: 90%,
50vh: 50vh,
75vh: 75vh
100vh: 100vh,
100vw: 100vw
);
@ -69,6 +94,11 @@ $opacities: (
5: 0%
);
/// Resetear algunos margins y paddings por defecto a cero
$paragraph-margin-bottom: 0;
$headings-margin-bottom: 0;
$label-margin-bottom: 0;
/// Redefinir variables de Boostrap acá. Se las puede ver en
/// node_modules/bootstrap/scss/_variables.scss
///