Skip to content
Snippets Groups Projects
Forked from Stud.IP / Stud.IP
1810 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
comments.scss 643 B
section.comments {
    text-align: left;
    border-color: var(--content-color-40);
    border-top-style: none;
    border-width: 1px;
    background-color: var(--white);
    padding: 5px;

    h1 {
        font-size: 1em;
        font-weight: bold;
        border: none;
        padding: 0;
    }
    article.comment {
        border: 0;
        border-top: 1px solid var(--light-gray-color-40);
        max-width: 1260px;
        margin-bottom: 4px;

        h1 {
            margin-bottom: 0;
        }

        time {
            float: right;
            font-size: 0.8em;
            color: var(--light-gray-color-40);
        }
    }
}