mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +01:00
bs5: fix reversed borders
This commit is contained in:
parent
52e6b45580
commit
3a652a8941
1 changed files with 2 additions and 2 deletions
|
|
@ -49,11 +49,11 @@ $border-color-dark-mode: #47494f;
|
|||
border-color: $border-color-dark-mode !important;
|
||||
}
|
||||
|
||||
.border-start {
|
||||
.border-end {
|
||||
border-right: 1px solid $border-color-dark-mode !important;
|
||||
}
|
||||
|
||||
.border-end {
|
||||
.border-start {
|
||||
border-left: 1px solid $border-color-dark-mode !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue