mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-14 01:05:44 -04:00
Update bootstrap
This commit is contained in:
parent
a48c4889bf
commit
3ebbd2728e
88 changed files with 439 additions and 277 deletions
11
_sass/bootstrap/mixins/_grid-framework.scss
Executable file → Normal file
11
_sass/bootstrap/mixins/_grid-framework.scss
Executable file → Normal file
|
@ -33,10 +33,15 @@
|
|||
flex-grow: 1;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
@for $i from 1 through $grid-row-columns {
|
||||
.row-cols#{$infix}-#{$i} {
|
||||
@include row-cols($i);
|
||||
}
|
||||
}
|
||||
|
||||
.col#{$infix}-auto {
|
||||
flex: 0 0 auto;
|
||||
width: auto;
|
||||
max-width: 100%; // Reset earlier grid tiers
|
||||
@include make-col-auto();
|
||||
}
|
||||
|
||||
@for $i from 1 through $columns {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue