<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * HTML Export
 * ---------------------------- */

.export-options {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.tpl-selector{
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #eee;
}
.tpl-selector ul{
    margin-bottom: 0;
}
.tpl-selector ul li{
    line-height: 50%;
}

.color-swatch{
    display:inline-block;
    width:61px;
    height:40px;
    border-radius: 3px;
    transition: transform 0.3s;
}
.color-swatch:hover{
    transform: scale3d(1.15, 1.15, 1);
}
</pre></body></html>