Card
(Undo revision 16868 by Edgar (talk))
Tag: Undo
No edit summary
Tag: 2017 source edit
Line 1: Line 1:
<!-- Widget code for a single card with reserved space for the arrow and its label -->
<!-- Widget code for a single card with reserved space for the arrow and its label -->
<div style="max-width: 361px; min-height: 223px; padding: 24px; background: <!--{$cardColor|default:'#F3F6F9'}-->; border-radius: 6px; display: flex; flex-direction: column; position: relative;">
<div style="max-width: 361px; min-height: 223px; padding: 24px; background: <!--{$cardColor|default:'#F3F6F9'}-->; border-radius: 6px; display: flex; flex-direction: column; position: relative;" onclick="window.location.href='<!--{$link|default:'#'}-->';">
     <!-- Content container with padding-bottom to prevent overlap -->
     <!-- Content container with padding-bottom to prevent overlap -->
     <div style="display: flex; flex-direction: column; gap: 10px; padding-bottom: 40px;"> <!-- Increased padding-bottom to reserve space for the link and arrow -->
     <div style="display: flex; flex-direction: column; gap: 10px; padding-bottom: 40px;"> <!-- Increased padding-bottom to reserve space for the link and arrow -->

Revision as of 20:20, 10 February 2024

           <img src="" alt="Icon" style="width: ; display: ; height: auto;">
       <a href="" style="display: flex; align-items: center;">
           <svg xmlns="http://www.w3.org/2000/svg" width="14" height="10" viewBox="0 0 14 10" fill="none">
               <path d="M1 5H13M13 5L9.57143 1.57143M13 5L9.57143 8.42857" stroke="#1A50AD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
           </svg>
       </a>
This page was edited 99 days ago on 02/10/2024. What links here