ADD EV3-358 statisztika modul bővítése aktuális ár megjelenítéssel phase 3 fix layout problem
This commit is contained in:
parent
bef61a15c5
commit
c408e02054
@ -1,2 +1,6 @@
|
|||||||
/* Modern CSS (Vite) */
|
/* Modern CSS (Vite) */
|
||||||
@import "tailwindcss";
|
@import "tailwindcss";
|
||||||
|
|
||||||
|
/* Font Awesome ikonok a legacy statisztika oldalak (pl. Aktuális ár) menüjéhez,
|
||||||
|
a teljes legacy app.css behúzása nélkül. */
|
||||||
|
@import "@fortawesome/fontawesome-free/css/all.min.css";
|
||||||
|
|||||||
@ -161,7 +161,7 @@
|
|||||||
#show-sidebar {
|
#show-sidebar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 133px;
|
top: 116px;
|
||||||
border-radius: 0 4px 4px 0px;
|
border-radius: 0 4px 4px 0px;
|
||||||
width: 35px;
|
width: 35px;
|
||||||
transition-delay: 0.3s;
|
transition-delay: 0.3s;
|
||||||
@ -177,7 +177,7 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 123px;
|
top: 106px;
|
||||||
left: -300px;
|
left: -300px;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<div class="legacy-stats-wrapper">
|
<div class="legacy-stats-wrapper">
|
||||||
{{-- Betöltjük a legacy stílusokat az ikonok és alapformázások miatt --}}
|
{{-- Font Awesome ikonok a legacy sidebar menühöz (modern Vite build, nem a teljes legacy app.css) --}}
|
||||||
<link rel="stylesheet" href="{{ mix('/css/app.css') }}">
|
@vite('resources/modern/css/app.css')
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Elrejtjük a Filament standard elemeit ezen az oldalon */
|
/* Elrejtjük a Filament standard elemeit ezen az oldalon */
|
||||||
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
/* Biztosítjük a szürke hátteret és eltüntetjük a felső üres részt */
|
/* Biztosítjük a szürke hátteret és eltüntetjük a felső üres részt */
|
||||||
.fi-main-ctn {
|
.fi-main-ctn {
|
||||||
background-color: #f4f4f4 !important;
|
background-color: #eceadf !important;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
.fi-main {
|
.fi-main {
|
||||||
@ -109,7 +109,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<main class="page-content" style="padding-top: 0;">
|
<main class="page-content" style="padding-top: 0;">
|
||||||
<div class="container-fluid" style="max-width: 100%; padding-left: 15px; padding-right: 15px;">
|
<div style="max-width: 100%; padding-left: 15px; padding-right: 15px;">
|
||||||
<div class="statistic-card">
|
<div class="statistic-card">
|
||||||
<div class="statistic-card-header">
|
<div class="statistic-card-header">
|
||||||
Szűrés
|
Szűrés
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user