mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-07-29 16:45:37 +00:00
26 lines
371 B
CSS
26 lines
371 B
CSS
![]() |
.btn-margin {
|
||
|
margin-right: 2px;
|
||
|
}
|
||
|
|
||
|
.bordered-box {
|
||
|
border: 1px solid #ddd;
|
||
|
padding: 2rem;
|
||
|
margin: 2rem;
|
||
|
width: 70%;
|
||
|
}
|
||
|
|
||
|
.center-element {
|
||
|
width: 100%;
|
||
|
text-align: center;
|
||
|
margin: auto;
|
||
|
margin-top: 2rem;
|
||
|
}
|
||
|
|
||
|
.element-margin {
|
||
|
margin: 1rem 0;
|
||
|
/* Adjust this value to increase/decrease the margin as needed */
|
||
|
}
|
||
|
|
||
|
#pipelineList {
|
||
|
margin-bottom: 2rem;
|
||
|
}
|