UNPKG

@innovaccer/design-system

Version:

React components library project for Innovaccer Design System

72 lines (54 loc) 1.09 kB
.border { border: var(--border) !important; } .border-top { border-top: var(--border) !important; } .border-bottom { border-bottom: var(--border) !important; } .border-right { border-right: var(--border) !important; } .border-left { border-left: var(--border) !important; } .border-0 { border: 0 !important; } .border-top-0 { border-top: 0 !important; } .border-right-0 { border-right: 0 !important; } .border-bottom-0 { border-bottom: 0 !important; } .border-left-0 { border-left: 0 !important; } .rounded-2-5 { border-radius: var(--border-radius-2-5) !important; } .rounded-05 { border-radius: var(--border-radius-05) !important; } .rounded-10 { border-radius: var(--border-radius-10) !important; } .rounded-15 { border-radius: var(--border-radius-15) !important; } .rounded-20 { border-radius: var(--border-radius-20) !important; } .rounded-30 { border-radius: var(--border-radius-30) !important; } .rounded-40 { border-radius: var(--border-radius-40) !important; } .rounded-full { border-radius: var(--border-radius-full) !important; }