Sha256: df90bd8e8151f109e65eac076f76028ec6db2d8dd98a0fbd0e8ad33ed7a4c467
Contents?: true
Size: 896 Bytes
Versions: 2
Compression:
Stored size: 896 Bytes
Contents
.main-content__body { legend { @extend .fs-4, .my-2; } .field_with_errors { @extend .text-danger; } .form-actions > input { @extend .btn; } .field-unit { @extend .row, .mb-3; } .field-unit__field { @extend .col-10; position: relative; > input:not([type="checkbox"]) { @extend .form-control; } > input[type="checkbox"] { @extend .form-check-input } > select { @extend .form-select; } > textarea { @extend .form-control; min-height: 150px; } } .field-unit__label { @extend .col-2; > label { @extend .col-form-label; border-bottom: 1px dashed #ccc; padding-bottom: 0; width: 100%; } } #error_explanation { @extend .alert, .alert-danger; > h2 { @extend .h4, .alert-heading; } > ul { @extend .mb-0; } } }
Version data entries
2 entries across 2 versions & 1 rubygems