| | |
| | | .button-list.toolbar-button { |
| | | position: relative; |
| | | padding: 15px 0px 0px; |
| | | background: #ffffff; |
| | | min-height: 55px; |
| | | background: transparent; |
| | | |
| | | button { |
| | | min-width: 65px; |
| | | min-width: 60px; |
| | | margin-right: 15px; |
| | | margin-bottom: 10px!important; |
| | | overflow: hidden; |
| | | min-height: 28px; |
| | | height: auto; |
| | | } |
| | | .ant-btn-icon-only { |
| | | width: auto; |
| | | padding: 0 15px; |
| | | } |
| | | .ant-btn.ant-btn-link { |
| | | border-color: #d9d9d9; |
| | | } |
| | | |
| | | .ant-btn.mk-btn-hover-bg:not([disabled]):hover { |
| | | opacity: 1!important; |
| | | color: #ffffff!important; |
| | | border-color: var(--mk-sys-color)!important; |
| | | background-color: var(--mk-sys-color)!important; |
| | | } |
| | | .ant-btn.mk-btn-hover-border:not([disabled]):hover { |
| | | opacity: 1!important; |
| | | color: var(--mk-sys-color)!important; |
| | | border-color: var(--mk-sys-color)!important; |
| | | background-color: #ffffff!important; |
| | | } |
| | | |
| | | .loading-skeleton { |
| | |
| | | height: 34px; |
| | | border-radius: 0px; |
| | | padding-left: 15px!important; |
| | | border-bottom-width: 1px!important; |
| | | border: none; |
| | | color: rgba(0, 0, 0, 0.65)!important; |
| | | border-bottom: 1px solid #e8e8e8!important; |
| | | background: #ffffff!important; |
| | | .anticon { |
| | | display: none; |
| | | } |