Badge
This commit is contained in:
18
dist/tryton-sao.css
vendored
18
dist/tryton-sao.css
vendored
@@ -11774,9 +11774,19 @@ html[theme="default"] .ag-grid-tree-grouping-panel input[type="checkbox"]:after
|
||||
.ag-grid-tree-host .ag-grid-badge-cell {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.ag-grid-tree-host .ag-grid-badge-column-cell {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.ag-grid-tree-host .ag-grid-badge-column-header .ag-header-cell-label {
|
||||
justify-content: center;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.ag-grid-tree-host .ag-grid-badge {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
@@ -11785,15 +11795,19 @@ html[theme="default"] .ag-grid-tree-grouping-panel input[type="checkbox"]:after
|
||||
padding: 2px 10px;
|
||||
border-radius: 999px;
|
||||
background: #6c757d;
|
||||
color: #fff;
|
||||
color: #f7fbf9;
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
font-weight: 500;
|
||||
line-height: 1.35;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.ag-grid-tree-host .ag-grid-badge-bold {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.ag-grid-tree-host .ag-grid-right-aligned-header .ag-header-cell-label {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user