updated comparision

This commit is contained in:
2025-06-12 17:35:42 +05:30
parent c7cc5cf2ca
commit 2fbdf8ab61
33 changed files with 670 additions and 316 deletions

View File

@@ -64,13 +64,14 @@
.production-details {
.production-wrapper {
display: flex;
align-items: center;
// align-items: center;
flex-direction: column;
gap: 6px;
.header {
display: flex;
flex-direction: row;
justify-content: start;
gap: 6px;
}

View File

@@ -657,7 +657,7 @@
path {
stroke: var(--text-button-color);
stroke-width: 1.3;
strokeWidth: 1.3;
}
}
}
@@ -1021,7 +1021,7 @@
path {
stroke: var(--accent-color);
stroke-width: 1.5px;
strokeWidth: 1.5px;
}
&:hover {