2.x - backups

This commit is contained in:
Saeed Vaziry
2024-09-29 17:54:11 +02:00
parent e4fed24498
commit 2e9620409b
35 changed files with 1093 additions and 122 deletions

View File

@ -9,3 +9,8 @@ .fi-breadcrumbs .fi-breadcrumbs-item-label {
.choices__item--selectable {
@apply cursor-pointer;
}
.fi-btn-color-primary {
background-image: linear-gradient(to bottom right, rgba(var(--primary-500), 1), rgba(var(--primary-900), 1));
box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -0,0 +1 @@
@livewire($widget, $params ?? [], key($widget))

View File

@ -0,0 +1 @@
<a href="{{ $href }}" @if($external) target="_blank" @endif>{{ $text }}</a>