Fixes
This commit is contained in:
parent
92849e80f0
commit
1ff252e328
1 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ $sizes: (
|
|||
80: 80%,
|
||||
90: 90%,
|
||||
50vh: 50vh,
|
||||
75vh: 75vh
|
||||
75vh: 75vh,
|
||||
100vh: 100vh,
|
||||
100vw: 100vw
|
||||
);
|
||||
|
@ -97,7 +97,7 @@ $opacities: (
|
|||
/// Resetear algunos margins y paddings por defecto a cero
|
||||
$paragraph-margin-bottom: 0;
|
||||
$headings-margin-bottom: 0;
|
||||
$label-margin-bottom: 0;
|
||||
$label-margin-bottom: 0;
|
||||
|
||||
/// Redefinir variables de Boostrap acá. Se las puede ver en
|
||||
/// node_modules/bootstrap/scss/_variables.scss
|
||||
|
|
Loading…
Reference in a new issue