﻿@tailwind base;
@tailwind components;
@tailwind utilities;

.ag-theme-quartz{
    --ag-font-family: Inter;
}
/*.ag-theme-quartz.compact {*/
/*    --ag-grid-size: 3px;*/
/*    --ag-font-size: 10px;*/
/*    --ag-font-weight: 600;*/
/*    --ag-spacing: 12px;*/
/*    --ag-list-item-height: 17px;*/
/*    --ag-widget-container-horizontal-padding: 5px;*/
/*    --ag-widget-container-vertical-padding: 2px;*/
/*}*/

.diff-added {
    color: green;
    font-weight: bold;
}
.diff-removed {
    color: red;
    font-weight: bold;
}
.diff-modified {
    color: orange;
    font-weight: bold;
}
.diff-unchanged {
    color: #888;
}
.diff-values {
    font-family: monospace;
    margin-left: 12px;
}
