Sha256: 36054b6bd7ca82ca732160e52a8382dd3a62be56a9c076d80d3d92eda7673528
Contents?: true
Size: 871 Bytes
Versions: 4
Compression:
Stored size: 871 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; > 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
4 entries across 4 versions & 1 rubygems