@charset "utf-8";
@import url('common.css');
@import url('layout.css');

.svg-preview-zone {
    background: #252830;
    border-radius: 8px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.svg-preview-zone svg {
    width: 80px;
    height: 80px;
    cursor: pointer;
}
.svg-preview-zone path {
    fill: none;
    stroke: #00d2ff;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}