UNPKG

@tycoonsystems/tycoon-modules

Version:
71 lines 1.46 kB
export default`<style> .tycoon { display: block; } .Ecommerce_Cart_Internal_Container { padding: 0 0.5rem; } .flex { display: flex; } .space_between { justify-content: space-between; } .gap-p3 { gap: .3rem; } .gap-p2 { gap: .2rem; } .gap-p5 { gap: .5rem; } .Ecommerce_Item_Image_Container { width: 150px; height: 125px; } .Ecommerce_Item_Container { padding: .25rem; border-radius: .125rem; } .width100 { width: 100%; } .Ecommerce_Cart_Title_Main_Container { border-bottom: 1px solid #3d3d3d; margin-bottom: .25rem; justify-content: space-between; } .Ecommerce_Title, .Ecommerce_Price { font-weight: 600; } .Ecommerce_Cart_Side_Meta_Container { overflow: auto; } .Ecommerce_Cart_Side_Meta_Container_Subtotal { font-size: .7rem; } .divider { background-color: #fff; height: 1px; margin-top: 20px; } .social-links { text-align: center; margin-top: 20px; } .social-links a { margin: 0 10px 40px; text-decoration: none; color: #fff; font-size: 18px; } .logo { max-width: 100px; margin: 0 auto; } .event-info { text-align: center; margin-top: 20px; } </style>`;