.shape-card button {
    

    width: 36px;
    height: 36px;

    border: 1px solid #2a303d;
    border-radius: 12px;
    background: #252b36;
    color: #f7f8fb;
    transition: all .3s ease;

    cursor: pointer;
}

.code-toggle {
    position: absolute;
    bottom: 12px;
    right: 22px;
}

.code-toggle:hover {
    border-color: #6ee7b7;
    color: #6ee7b7;
}

.code-toggle i {
    font-size: 16px;
    line-height: 1;
    pointer-events: none;
}

.modify-toggle {
    position: absolute;
    bottom: 12px;
    left: 22px;
}

.modify-toggle:hover {
    border-color: #6ee7b7;
    color: #6ee7b7;
}

.modify-toggle i {
    font-size: 16px;
    line-height: 1;
    pointer-events: none;
}
