Skip to content

Commit

Permalink
Refactor CSS and class attributes in various files to improve styling…
Browse files Browse the repository at this point in the history
… and user experience.

Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Jul 29, 2023
1 parent b8bcef8 commit 5dba517
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div
id="{{ $this->getId('area-'.$area->area_id) }}"
class="map-area card shadow-sm mb-2"
class="map-area card shadow-sm card-hover mb-2"
data-control="area"
data-area-id="{{ $area->area_id }}"
data-item-index="{{ $index }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="col-lg-3 {{ $loop->first ? 'py-2 pr-2 pl-0' : 'p-2' }}">
<div
id="{{ $this->getId('item-'.$loop->iteration) }}"
class="card shadow-sm mb-0"
class="card"
data-editor-control="load-schedule"
data-schedule-code="{{ $scheduleCode }}"
role="button"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<a
class="text-reset d-block p-2 h-100"
@if($setting->url)
href="{{ $setting->url }}"
href="{{ $setting->url }}"
@else
data-toggle="record-editor"
data-toggle="record-editor"
data-handler="{{ $this->getEventHandler('onLoadRecord') }}"
data-record-data='{"code": "{{$setting->code}}"}'
@endif
role="button"
>
<div class="card shadow-sm h-100">
<div class="card h-100">
<div class="card-body d-flex align-items-center">
<div class="pr-3">
@if ($setting->icon)
Expand Down

0 comments on commit 5dba517

Please sign in to comment.