﻿.non-image-icon {
    width: 3em !important;
    height: 3em !important;
}

.content-image-list-group-item img {
    max-width: 100%;
}

.content-color-name {
    width: 4em !important;
}

.tag-overview-description {
    min-width: 100%;
    max-width: min-content;
}

.content-tag-browser .tree-node .node .flex-fill {
    max-width: 100%;
}

.validation-message {
    color: var(--bs-form-invalid-color);
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
}

.img-bg-grid {
    background-image: url('/images/bg.png');
}

.img-bg-solid {
    background: rgba(128,128,128,.1);
}

.img-bg-none {
    background: none;
}

.img-bg-preview {
    height: 1em;
    width: 100%;
}

#contentPreviewBtn {
    line-height: 0;
}