@securecall/client-component
Version:
SecureCall Core Web Component
28 lines (24 loc) • 449 B
CSS
: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;
}
.response-field {
background-color: transparent;
color: var(--theme-primary-color);
padding: 0.2rem;
border: none;
font-size: 1rem;
overflow-wrap: normal;
}