From d9fd17a67bc0e8e577c052e7e9e60e6516e554ee Mon Sep 17 00:00:00 2001 From: Matthew Hall Date: Sat, 18 Nov 2023 08:40:22 -0800 Subject: [PATCH] Scope CSS Styling Prevent conflicts with other themes --- dist/filament-fullcalendar.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dist/filament-fullcalendar.css b/dist/filament-fullcalendar.css index ebf38ba..76af5d8 100644 --- a/dist/filament-fullcalendar.css +++ b/dist/filament-fullcalendar.css @@ -1,28 +1,28 @@ -.static { +.filament-fullcalendar .static { position: static; } -.mb-4 { +.filament-fullcalendar .mb-4 { margin-bottom: 1rem; } -.flex { +.filament-fullcalendar .flex { display: flex; } -.flex-1 { +.filament-fullcalendar .flex-1 { flex: 1 1 0%; } -.shrink-0 { +.filament-fullcalendar .shrink-0 { flex-shrink: 0; } -.resize { +.filament-fullcalendar .resize { resize: both; } -.justify-end { +.filament-fullcalendar .justify-end { justify-content: flex-end; }