mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
2.x - backups
This commit is contained in:
@ -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 |
1
resources/views/web/components/dynamic-widget.blade.php
Normal file
1
resources/views/web/components/dynamic-widget.blade.php
Normal file
@ -0,0 +1 @@
|
||||
@livewire($widget, $params ?? [], key($widget))
|
1
resources/views/web/components/link.blade.php
Normal file
1
resources/views/web/components/link.blade.php
Normal file
@ -0,0 +1 @@
|
||||
<a href="{{ $href }}" @if($external) target="_blank" @endif>{{ $text }}</a>
|
Reference in New Issue
Block a user