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) */
|
||||
@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 {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 133px;
|
||||
top: 116px;
|
||||
border-radius: 0 4px 4px 0px;
|
||||
width: 35px;
|
||||
transition-delay: 0.3s;
|
||||
@ -177,7 +177,7 @@
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
position: fixed;
|
||||
top: 123px;
|
||||
top: 106px;
|
||||
left: -300px;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div class="legacy-stats-wrapper">
|
||||
{{-- Betöltjük a legacy stílusokat az ikonok és alapformázások miatt --}}
|
||||
<link rel="stylesheet" href="{{ mix('/css/app.css') }}">
|
||||
{{-- Font Awesome ikonok a legacy sidebar menühöz (modern Vite build, nem a teljes legacy app.css) --}}
|
||||
@vite('resources/modern/css/app.css')
|
||||
|
||||
<style>
|
||||
/* 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 */
|
||||
.fi-main-ctn {
|
||||
background-color: #f4f4f4 !important;
|
||||
background-color: #eceadf !important;
|
||||
min-height: 100vh;
|
||||
}
|
||||
.fi-main {
|
||||
@ -109,7 +109,7 @@
|
||||
</script>
|
||||
|
||||
<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-header">
|
||||
Szűrés
|
||||
|
||||
Loading…
Reference in New Issue
Block a user