Update: Changed pages css to adapte new theme system

This commit is contained in:
Rectos VX
2024-05-05 15:07:44 +04:00
parent eb8a494b5c
commit 04d1ff3822
8 changed files with 387 additions and 124 deletions

View File

@@ -4,18 +4,23 @@
.bordered-box {
border: 1px solid #ddd;
padding: 20px;
margin: 20px;
padding: 2rem;
margin: 2rem;
width: 70%;
}
.center-element {
width: 80%;
width: 100%;
text-align: center;
margin: auto;
margin-top: 2rem;
}
.element-margin {
margin: 10px 0;
margin: 1rem 0;
/* Adjust this value to increase/decrease the margin as needed */
}
#pipelineList {
margin-bottom: 2rem;
}