@vendasta/store
Version:
Components and data for Store
24 lines (13 loc) • 692 B
CSS
input { font-size: 16px; }
.hide { display: none; }
mat-select { width: 100%; }
.help-block { white-space: pre-wrap; }
.hint-description { color: #9e9e9e; font-size: 12px; margin-top: -24px; }
.checkbox-description { margin-top: -14px; margin-left: 32px; }
.form-field-container { font-size: 16px; width: 100%; margin: 10px 0; text-overflow: ellipsis; }
.form-field-container input { color: rgba(0, 0, 0, 0.87); }
.form-field-container textarea { overflow: hidden; }
.checkbox { display: flex; padding: 5px 0; color: rgba(0, 0, 0, 0.54); margin-top: 30px; }
.textarea-description { margin-bottom: 10px; }
mat-checkbox { display: flex; }
.checkbox-placeholder { margin-left: 10px; }