king
2020-05-20 4c775de9de07291b345fd5c975a87230ddedd5ca
src/templates/sharecomponent/cardcomponent/index.scss
@@ -27,6 +27,10 @@
    .ant-card-meta {
      position: relative;
      .avatar-icon {
        color: rgba(0, 0, 0, 0.45);
      }
      >.anticon-plus {
        color: #26C281;
        position: absolute;
@@ -64,7 +68,6 @@
        img {
          width: 100%;
          height: 100%;
        }
      }
    }
@@ -134,4 +137,24 @@
      }
    }
  }
  .ant-card.chart-card.background {
    .ant-card-meta-title {
      color: unset;
    }
    .ant-card-meta-description {
      color: unset;
    }
    .ant-card-head {
      color: unset;
      .ant-card-head-title {
        color: unset;
      }
    }
    .ant-card-actions {
      background: transparent;
      li {
        color: unset;
      }
    }
  }
}