refs #1931 Refactor table styles in ClientDetailsComponent: remove border-radius and box-shadow for a cleaner look
testing/ogGui-multibranch/pipeline/head This commit looks good Details

develop
Lucas Lara García 2025-04-23 15:03:59 +02:00
parent 256b3ba788
commit e8b713ea09
1 changed files with 6 additions and 3 deletions

View File

@ -64,9 +64,6 @@
.table-container {
flex: 1 1 500px;
overflow-x: auto;
border-radius: 8px;
background: #fff;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.charts-container {
@ -82,6 +79,12 @@
border-radius: 8px;
}
table {
border: 2px solid #f3f3f3;
border-radius: 0px !important;
box-shadow: none;
}
.charts-container.single-disk {
justify-content: center;
}