@import "~@orchard/frontend-react-components-v3/src/icon-components/refresh/refresh";

.TrackContributorsPanel {
    border: 1px solid $koala;
    margin-bottom: 20px;
    width: 100%;

    .Icons-refresh {
        fill: $orange-create;
        vertical-align: middle;
    }

    &-project-header {
        margin-top: 0;
    }

    &-panel-header {
        background: $mouse;
        border-bottom: 1px solid $koala;
        border-top: 1px solid $koala;
        padding: 10px;
    }

    &-header {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 14px;
        margin-top: 15px;
    }

    &-isrc {
        color: initial;
    }

    &-track-name {
        color: initial;
    }
}
