Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 46: Line 46:
 
             width: 45vw;
 
             width: 45vw;
 
             background: #fff;
 
             background: #fff;
            /* clip-path: inset(0 0 50% 50%); */
 
 
             border: 1px solid var(--links-blue);
 
             border: 1px solid var(--links-blue);
 
             clip-path: inset(0 0 100% 100%);
 
             clip-path: inset(0 0 100% 100%);
 +
            box-shadow: -10px 10px 10px 5px rgb(0 0 0 / 10%);
 
             transition: all 500ms ease-in-out;
 
             transition: all 500ms ease-in-out;
 
         }
 
         }
 
         #dct-filters.open {
 
         #dct-filters.open {
             clip-path: inset(0 0 0 0);
+
             clip-path: unset;
 
         }
 
         }
  

Revision as of 16:54, 6 September 2022

Development verstion of the DCT List.
Not ready for production!