mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
refactor(LvPlan): changes the lvInfo and lvMenu component in the Page View to use the renderer components based on the event type
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
@import url(./switches.css);
|
||||
|
||||
:root{
|
||||
--searchbar-shadow: var(--fhc-shadow-40, #ced4da);
|
||||
--fhc-searchbar-shadow: var(--fhc-shadow-40, #ced4da);
|
||||
}
|
||||
|
||||
.searchbar_settings {
|
||||
@@ -25,7 +25,7 @@
|
||||
width: 100%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
box-shadow: 2px 2px 4px var(--searchbar-shadow);
|
||||
box-shadow: 2px 2px 4px var(--fhc-searchbar-shadow);
|
||||
}
|
||||
|
||||
.searchbar_results a{
|
||||
|
||||
Reference in New Issue
Block a user