Newer
Older
medialib-manager / scss / components / file-history.scss
#file-history {
    .history-item {
        padding: 16px 20px;

        .params-table {
            margin-top: 10px;

            td {
                padding: 4px 8px;
                font-size: .9em;
            }

            td:first-child {
                width: 130px;
                color: #666;
            }
        }

        .snapshot-before {
            margin-top: 12px;

            small {
                font-size: .85em;
            }

            .badge {
                font-size: .85em;
                padding: 5px 10px;
            }
        }

        & > .d-flex {
            .fw-semibold {
                font-size: 1.05em;
            }

            small {
                font-size: .9em;
            }
        }

        & > div:last-child small {
            font-size: .9em;
        }
    }
}