mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-08 20:44:43 +00:00
add a compact gutter option, .gutters-sm
This commit is contained in:
parent
ee1af53d9f
commit
a11ae7facf
1 changed files with 12 additions and 0 deletions
|
|
@ -42,6 +42,18 @@
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Optionally tighten the gutters between columns
|
||||||
|
.gutters-sm {
|
||||||
|
margin-right: -5px;
|
||||||
|
margin-left: -5px;
|
||||||
|
|
||||||
|
> .col,
|
||||||
|
> [class*="col-"] {
|
||||||
|
padding-right: 5px;
|
||||||
|
padding-left: 5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Columns
|
// Columns
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue