mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Bugfix missing css variable
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
align-items: center;
|
||||
overflow: hidden;
|
||||
color: rgba(var(--bs-white-rgb),1);
|
||||
background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity));
|
||||
background-color: rgba(var(--bs-primary-rgb), 1);
|
||||
}
|
||||
.searchbar-square-image.rounded-circle > img,
|
||||
.searchbar-square-image.rounded-circle > div {
|
||||
@@ -162,7 +162,7 @@
|
||||
align-items: center;
|
||||
overflow: hidden;
|
||||
color: rgba(var(--bs-white-rgb),1);
|
||||
background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity));
|
||||
background-color: rgba(var(--bs-primary-rgb), 1);
|
||||
height: calc((100px - .75em) * 1.3);
|
||||
}
|
||||
.searchbar-rounded-image > img,
|
||||
|
||||
Reference in New Issue
Block a user