UNPKG

censa_front_end_library

Version:

React components library project for censa Design System

150 lines (137 loc) 2.74 kB
/* badge */ .Card { border-radius: 12px; border: var(--spacing-xs) solid var(--secondary-light); position: relative; overflow: hidden; background-color: var(--white); } .Card--default, .Card--light, .Card--medium, .Card--dark { border: none; box-shadow: var(--shadow-s); } .Card--shadow10 { border: none; box-shadow: var(--shadow-s); } .Card--shadow20 { border: none; box-shadow: var(--shadow-m); } .Card--shadow30 { border: none; box-shadow: var(--shadow-l); } .Card-header { padding: var(--spacing-2) var(--spacing-2) var(--spacing-l) var(--spacing-2); } .Card-body { padding-left: var(--spacing-2); padding-right: var(--spacing-2); } .Card-footer { display: flex; align-items: center; box-sizing: border-box; position: absolute; bottom: 0; width: 100%; padding: var(--spacing-2); } .Card-footer--withSeperator { border-top: var(--spacing-xs) solid var(--secondary-light); } .cradwrapsection { border-top-left-radius: 0px; border-bottom-left-radius: 0px; } .card-radius { border-top-right-radius: 0px; border-bottom-right-radius: 0px; } /* Define the animation */ @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.1); } 100% { transform: scale(1); } } /* Apply the animation to the button */ .live-button i { animation: pulse 2s infinite; } .Card-wrapper { height: 250px; } .heading-weight-text { font-weight: normal !important; font-size: 16px; } .notecheck img { background-color: #f3f9ff; border-radius: 12px; padding: 10px; height: 40px; width: 40px; } .userGroup img { background-color: #f5fbf5; border-radius: 12px; padding: 10px; height: 40px; width: 40px; } .trolley img { background-color: #fff3f3; border-radius: 12px; padding: 10px; height: 40px; width: 40px; } .bid img { background-color: #fffbf3; border-radius: 12px; padding: 10px; height: 40px; width: 40px; } .cradwrapsection .ProgressBar-indicator--regular { height: 4px !important; } .cradwrapsection .ProgressBar { background-color: #f4f3f5; margin: 10px 0px; } .cradwrapsection .ProgressBar-indicator { background-color: #2fa843 !important; } .livesectionwrap .Button--alert { background-color: #fee6e8; color: #c1030f; font-weight: 600; } .livesectionwrap .Button--primary { background-color: #fff7e6; color: #996802; font-weight: 600; } .Card-wrapper .float-left { height: 150px; position: absolute; top: 50px; } .productimg { position: relative; background-color: #f4ebff; height: 100%; width: 13%; float: left; }