1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-23 20:01:08 +00:00

Update bootstrap

This commit is contained in:
2020-04-28 16:14:23 -05:00
parent a48c4889bf
commit 3ebbd2728e
88 changed files with 439 additions and 277 deletions

0
_sass/bootstrap/utilities/_align.scss Executable file → Normal file
View File

2
_sass/bootstrap/utilities/_background.scss Executable file → Normal file
View File

@@ -1,7 +1,7 @@
// stylelint-disable declaration-no-important
@each $color, $value in $theme-colors {
@include bg-variant(".bg-#{$color}", $value);
@include bg-variant(".bg-#{$color}", $value, true);
}
@if $enable-gradients {

0
_sass/bootstrap/utilities/_borders.scss Executable file → Normal file
View File

0
_sass/bootstrap/utilities/_clearfix.scss Executable file → Normal file
View File

0
_sass/bootstrap/utilities/_display.scss Executable file → Normal file
View File

0
_sass/bootstrap/utilities/_embed.scss Executable file → Normal file
View File

0
_sass/bootstrap/utilities/_flex.scss Executable file → Normal file
View File

0
_sass/bootstrap/utilities/_float.scss Executable file → Normal file
View File

0
_sass/bootstrap/utilities/_overflow.scss Executable file → Normal file
View File

0
_sass/bootstrap/utilities/_position.scss Executable file → Normal file
View File

0
_sass/bootstrap/utilities/_screenreaders.scss Executable file → Normal file
View File

0
_sass/bootstrap/utilities/_shadows.scss Executable file → Normal file
View File

0
_sass/bootstrap/utilities/_sizing.scss Executable file → Normal file
View File

0
_sass/bootstrap/utilities/_spacing.scss Executable file → Normal file
View File

0
_sass/bootstrap/utilities/_stretched-link.scss Executable file → Normal file
View File

4
_sass/bootstrap/utilities/_text.scss Executable file → Normal file
View File

@@ -11,7 +11,7 @@
.text-justify { text-align: justify !important; }
.text-wrap { white-space: normal !important; }
.text-nowrap { white-space: nowrap !important; }
.text-truncate { @include text-truncate; }
.text-truncate { @include text-truncate(); }
// Responsive alignment
@@ -45,7 +45,7 @@
.text-white { color: $white !important; }
@each $color, $value in $theme-colors {
@include text-emphasis-variant(".text-#{$color}", $value);
@include text-emphasis-variant(".text-#{$color}", $value, true);
}
.text-body { color: $body-color !important; }

0
_sass/bootstrap/utilities/_visibility.scss Executable file → Normal file
View File