| | |
| | | .ant-card.chart-card { |
| | | .ant-card-head { |
| | | .ant-card-extra { |
| | | display: block; |
| | | opacity: 1; |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | |
| | | .ant-card.chart-card.insert { |
| | | .ant-card-head { |
| | | border-color: transparent; |
| | | } |
| | | .ant-card-actions { |
| | | border-color: transparent; |
| | | background: transparent; |
| | | } |
| | | .mk-card-insert { |
| | | position: absolute; |
| | | top: 0; |
| | | left: 0; |
| | | right: 0; |
| | | bottom: 0; |
| | | |
| | | .mk-btn-wrap { |
| | | width: 100%; |
| | | height: 100%; |
| | | .ant-btn { |
| | | border: 0; |
| | | width: 100%; |
| | | height: 100%; |
| | | color: rgb(38, 194, 129); |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |
| | | .ant-card.chart-card { |
| | | transition: all 0.3s; |
| | | |
| | | .ant-card-head { |
| | | min-height: 40px; |
| | | min-height: 45px; |
| | | line-height: 2; |
| | | .ant-card-head-title { |
| | | font-weight: 500; |
| | | } |
| | | .ant-card-extra { |
| | | padding: 0px; |
| | | display: none; |
| | | opacity: 0; |
| | | transition: opacity 0.3s; |
| | | } |
| | | } |
| | | .ant-card-actions { |