mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
fix(ui): kubernetes-consistent-styling EE-3820 (#7425)
This commit is contained in:
parent
b67f404d8d
commit
36c93c7f57
80 changed files with 713 additions and 548 deletions
|
@ -17,6 +17,7 @@ import checked from '@/assets/ico/checked.svg?c';
|
|||
import circlenotch from '@/assets/ico/circle-notch.svg?c';
|
||||
import clockrewind from '@/assets/ico/clock-rewind.svg?c';
|
||||
import compress from '@/assets/ico/compress.svg?c';
|
||||
import cubes from '@/assets/ico/cubes.svg?c';
|
||||
import custom from '@/assets/ico/custom.svg?c';
|
||||
import dataflow from '@/assets/ico/dataflow-1.svg?c';
|
||||
import dataflow2 from '@/assets/ico/dataflow-2.svg?c';
|
||||
|
@ -96,6 +97,7 @@ export const SvgIcons = {
|
|||
circlenotch,
|
||||
clockrewind,
|
||||
compress,
|
||||
cubes,
|
||||
custom,
|
||||
expand,
|
||||
filecode,
|
||||
|
|
|
@ -6,3 +6,13 @@
|
|||
.inner-datatable table thead {
|
||||
border-top: none !important;
|
||||
}
|
||||
|
||||
.inner-datatable tr > th:first-child,
|
||||
.inner-datatable tr > td:first-child {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.inner-datatable tr > th:last-child,
|
||||
.inner-datatable tr > td:last-child {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue