mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-26 01:16:16 +00:00
Migrate Bootstrap utilities to v5
Names of utility classes have changed: https://getbootstrap.com/docs/5.0/migration/#utilities
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user