Migrate Bootstrap utilities to v5

Names of utility classes have changed:
https://getbootstrap.com/docs/5.0/migration/#utilities
This commit is contained in:
Yannic Schroeder
2022-02-20 01:21:30 +01:00
parent d257eeeabf
commit 4451acbf0b
20 changed files with 75 additions and 75 deletions

View File

@@ -49,11 +49,11 @@ $border-color-dark-mode: #47494f;
border-color: $border-color-dark-mode !important;
}
.border-right {
.border-start {
border-right: 1px solid $border-color-dark-mode !important;
}
.border-left {
.border-end {
border-left: 1px solid $border-color-dark-mode !important;
}
@@ -155,7 +155,7 @@ $border-color-dark-mode: #47494f;
border-radius: 0;
border-color: $bg-dark-mode;
filter: invert(10%);
&.border-right {
&.border-end {
border-right: none !important;
}
}