Sha256: c7d65c436dd6b96b948331d0b16a9c226fbce840b6f372a070a992b57207823a
Contents?: true
Size: 926 Bytes
Versions: 2
Compression:
Stored size: 926 Bytes
Contents
.main-content__body { @extend .container-fluid; @import "form"; > dl { @extend .row; dt { @extend .col-2, .text-end; min-height: 32px; } dd { @extend .col-10; } } a { text-decoration: none; } table { @extend .table; } .attribute--nested { > div { display: flex; } legend { @extend .fs-5, .border-bottom; } .attribute-data { @extend .ps-4; } } .cell-label__sort-indicator > svg { height: 20px; width: 20px; } .cell-label__sort-indicator--desc > svg { transform: rotate(180deg); } .js-table-row { > td { padding: 0.25rem 0.25rem; text-align: center; &.cell-data { padding: 0.5rem 0.5rem; text-align: left; } } .action-edit { @extend .btn, .btn-sm; } [data-method="delete"] { @extend .btn, .btn-sm; } } }
Version data entries
2 entries across 2 versions & 1 rubygems