Skip to content

Commit

Permalink
Scope CSS Styling
Browse files Browse the repository at this point in the history
Prevent conflicts with other themes
  • Loading branch information
MatthewHallCom authored Nov 18, 2023
1 parent 42360c9 commit d9fd17a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions dist/filament-fullcalendar.css
Original file line number Diff line number Diff line change
@@ -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;
}

Expand Down

0 comments on commit d9fd17a

Please sign in to comment.