// main: ../../ga-admin.less .table.goodses { thead { border-bottom: 2px solid #f4f4f4; th { border-bottom-width: 0; } } th, td { vertical-align: middle; } } .goods-color-palettes { padding-bottom: 20px; & > label { display: inline-block; width: 38px; height: 34px; input[type=checkbox] { position: absolute; clip: rect(0,0,0,0); pointer-events: none; &:checked + i { display: inline-block; } } i { display: none; font-size: 1.6em; background-color: #ffffff; background-color: rgba(255, 255, 255, 0.5); } } } .manage-option-form, .multi-discount-form, .delivery-form { tbody tr .add-option { display: none; } tbody tr:last-child .add-option { display: inline-block; } } .display-form { .goods-image { width: 40px; } .display-top-goods td, .display-goods td { vertical-align: middle; } .table-responsive { max-height: 600px; margin-bottom: 15px; } .none-contents { display: none; &:first-child { display: table-row; } } } .fabric-type { ul.list-inline li { vertical-align: top; } } .pre-price { display: inline-block; font-size: 10px; color: @text-muted; text-decoration: line-through; margin-right: 5px; /* &:after { display: block; font-family: fontAwesome; font-size: 12px; color: @state-danger-text; content: "\f061"; margin: 0 2px; } */ }