diff options
author | Mario <mario@mariovavti.com> | 2021-10-10 07:59:31 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-10-10 07:59:31 +0000 |
commit | af5218593a45865e11080b55c986a7a685fa8bbb (patch) | |
tree | c529635dd90249bba0cd641cf527404e908291c7 /vendor/twbs/bootstrap/scss | |
parent | f19acd9f50ec9b8c78f77af64d523d2295b46052 (diff) | |
download | volse-hubzilla-af5218593a45865e11080b55c986a7a685fa8bbb.tar.gz volse-hubzilla-af5218593a45865e11080b55c986a7a685fa8bbb.tar.bz2 volse-hubzilla-af5218593a45865e11080b55c986a7a685fa8bbb.zip |
update composer libs
Diffstat (limited to 'vendor/twbs/bootstrap/scss')
-rw-r--r-- | vendor/twbs/bootstrap/scss/_buttons.scss | 1 | ||||
-rw-r--r-- | vendor/twbs/bootstrap/scss/bootstrap-grid.scss | 2 | ||||
-rw-r--r-- | vendor/twbs/bootstrap/scss/bootstrap-reboot.scss | 2 | ||||
-rw-r--r-- | vendor/twbs/bootstrap/scss/bootstrap-utilities.scss | 2 | ||||
-rw-r--r-- | vendor/twbs/bootstrap/scss/bootstrap.scss | 2 |
5 files changed, 4 insertions, 5 deletions
diff --git a/vendor/twbs/bootstrap/scss/_buttons.scss b/vendor/twbs/bootstrap/scss/_buttons.scss index fc72cde4d..ee4287c92 100644 --- a/vendor/twbs/bootstrap/scss/_buttons.scss +++ b/vendor/twbs/bootstrap/scss/_buttons.scss @@ -4,7 +4,6 @@ .btn { display: inline-block; - align-self: center; font-family: $btn-font-family; font-weight: $btn-font-weight; line-height: $btn-line-height; diff --git a/vendor/twbs/bootstrap/scss/bootstrap-grid.scss b/vendor/twbs/bootstrap/scss/bootstrap-grid.scss index b5f43309d..d4a37a063 100644 --- a/vendor/twbs/bootstrap/scss/bootstrap-grid.scss +++ b/vendor/twbs/bootstrap/scss/bootstrap-grid.scss @@ -1,5 +1,5 @@ /*! - * Bootstrap Grid v5.1.2 (https://getbootstrap.com/) + * Bootstrap Grid v5.1.3 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) diff --git a/vendor/twbs/bootstrap/scss/bootstrap-reboot.scss b/vendor/twbs/bootstrap/scss/bootstrap-reboot.scss index ae6fb7ba1..965332a60 100644 --- a/vendor/twbs/bootstrap/scss/bootstrap-reboot.scss +++ b/vendor/twbs/bootstrap/scss/bootstrap-reboot.scss @@ -1,5 +1,5 @@ /*! - * Bootstrap Reboot v5.1.2 (https://getbootstrap.com/) + * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) diff --git a/vendor/twbs/bootstrap/scss/bootstrap-utilities.scss b/vendor/twbs/bootstrap/scss/bootstrap-utilities.scss index 95a42199b..d4f981d45 100644 --- a/vendor/twbs/bootstrap/scss/bootstrap-utilities.scss +++ b/vendor/twbs/bootstrap/scss/bootstrap-utilities.scss @@ -1,5 +1,5 @@ /*! - * Bootstrap Utilities v5.1.2 (https://getbootstrap.com/) + * Bootstrap Utilities v5.1.3 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) diff --git a/vendor/twbs/bootstrap/scss/bootstrap.scss b/vendor/twbs/bootstrap/scss/bootstrap.scss index e17b27475..0819eee3c 100644 --- a/vendor/twbs/bootstrap/scss/bootstrap.scss +++ b/vendor/twbs/bootstrap/scss/bootstrap.scss @@ -1,5 +1,5 @@ /*! - * Bootstrap v5.1.2 (https://getbootstrap.com/) + * Bootstrap v5.1.3 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) |