Widget: DCTList: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
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 15:54, 6 September 2022

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