update dropdown
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
{% set hover_color = hover_color | default(value="hover:bg-gray-50") %}
|
||||
|
||||
|
||||
<div class="relative shadow rounded-lg p-4 transition-all duration-300">
|
||||
<div class="card relative shadow rounded-lg p-4 transition-all duration-300">
|
||||
{% if icon %}
|
||||
<div class="flex items-center justify-center h-12 w-12 rounded-md mb-4">
|
||||
<img src="{{ icon | safe }}" class="">
|
||||
@@ -31,4 +31,8 @@
|
||||
p{
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
body.dark-mode .card {
|
||||
background-color: rgba(82, 82, 82, 50%) !important;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user