UNPKG

@securecall/client-component

Version:

SecureCall Core Web Component

27 lines (23 loc) 467 B
:host { display: block; } .field-container { display: grid; grid-template-columns: 10em 1fr 20px; align-items: center; gap: 1rem; } .custom-label { color: var(--theme-primary-color); text-align: right; align-items: center; font-weight: bold; gap: 0.5rem; } .custom-select { padding: 0.2rem; border: 1px solid var(--theme-secondary-color); border-radius: 4px; font-size: 1rem; background-color: var(--theme-input-active-background); }