1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

Bootstrap 5 grid

This commit is contained in:
Martijn Cuppens
2019-09-28 16:13:36 +02:00
parent 0327545e6d
commit beefc6f530
6 changed files with 46 additions and 127 deletions

View File

@@ -301,9 +301,10 @@ $container-max-widths: (
// Set the number of columns and specify the width of the gutters.
$grid-columns: 12 !default;
$grid-gutter-width: 30px !default;
$grid-gutter-width: 1.5rem !default;
$grid-row-columns: 6 !default;
$gutters: $spacers !default;
// Container padding
@@ -659,10 +660,6 @@ $form-text-margin-top: .25rem !default;
$form-check-inline-margin-right: 1rem !default;
$form-check-input-margin-x: .25rem !default;
$form-grid-gutter-width: 10px !default;
$input-group-addon-color: $input-color !default;
$input-group-addon-bg: $gray-200 !default;
$input-group-addon-border-color: $input-border-color !default;