| | |
| | | right: -40px; |
| | | top: 5px; |
| | | font-size: 26px; |
| | | border: 1px solid #d9d9d9; |
| | | border-radius: 32px; |
| | | border: 1px solid var(--inv-color, #13509c); |
| | | width: 30px; |
| | | height: 30px; |
| | | transition: all 0.3s; |
| | |
| | | top: 13px; |
| | | width: 12px; |
| | | height: 1px; |
| | | background: #b8b8b8; |
| | | background: var(--inv-color, #13509c); |
| | | transition: all 0.3s; |
| | | } |
| | | .plus-line::after { |
| | |
| | | top: 13px; |
| | | width: 12px; |
| | | height: 1px; |
| | | background: #b8b8b8; |
| | | background: var(--inv-color, #13509c); |
| | | transform: rotate(90deg); |
| | | transition: all 0.3s; |
| | | } |
| | | .plus-line:hover { |
| | | border-color: #26C281; |
| | | |
| | | .del-line { |
| | | display: none; |
| | | } |
| | | .plus-line:hover::before, .plus-line:hover::after { |
| | | background: #26C281; |
| | | } |
| | | .del-line:hover { |
| | | border-color: #ff4d4f; |
| | | } |
| | | .del-line:hover::before { |
| | | background: #ff4d4f; |
| | | .mk-tr:hover { |
| | | .del-line { |
| | | display: flex; |
| | | } |
| | | .del-line::after { |
| | | content: ' '; |
| | | position: absolute; |
| | | top: -6px; |
| | | width: 12px; |
| | | height: 40px; |
| | | left: -12px; |
| | | } |
| | | } |
| | | |
| | | .mk-th, .mk-tr, .mk-total { |