garaga page 14
This commit is contained in:
@@ -432,13 +432,13 @@
|
||||
container.appendChild(overviewGrid);
|
||||
|
||||
// Phasen Title
|
||||
const phaseTitle = document.createElement('h4');
|
||||
phaseTitle.style.margin = '20px 0 12px 0';
|
||||
phaseTitle.style.fontSize = '16px';
|
||||
phaseTitle.style.fontWeight = '600';
|
||||
phaseTitle.style.color = '#333';
|
||||
phaseTitle.textContent = 'Phasen';
|
||||
container.appendChild(phaseTitle);
|
||||
// const phaseTitle = document.createElement('h4');
|
||||
// phaseTitle.style.margin = '20px 0 12px 0';
|
||||
// phaseTitle.style.fontSize = '16px';
|
||||
// phaseTitle.style.fontWeight = '600';
|
||||
// phaseTitle.style.color = '#333';
|
||||
// phaseTitle.textContent = 'Phasen';
|
||||
// container.appendChild(phaseTitle);
|
||||
|
||||
// Phasen Details
|
||||
const phaseGrid = document.createElement('div');
|
||||
|
||||
Reference in New Issue
Block a user