﻿.link-card {
    width: 348px;
    cursor: pointer;
    animation: fadeIn 0.8s;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.link-card:hover {
    border-width: 1px !important;
}
.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.link-title {
    margin-top: 4px;
    height: 21px;
    width: 310px;
}
.small .link-title {
    width: 218px;
    margin-top: 6px;
    font-size: 0.8rem;
}
.link-header {
    background-color: rgba(0,0,0,0.4);
    height: 176px;
}
.small .link-header {
    height: 54px;
}
.link-image {
    width: 348px;
    height: 176px;
}
.small .link-image {
    width: 94px;
    height: 54px;
    margin-bottom: -6px;
}
.link-url {
    opacity: 0.6;
}
.small .link-url {
    width: 246px;
}
.rounded-button-menu button, .edit-list {
    padding: 0 8px 0 8px !important;
    border-radius: 16px;
}