Fix(git): Include bundled distribution in repo for CI/CD

This commit is contained in:
2025-07-11 17:27:33 +01:00
parent 77c63994c3
commit de4fa75f00
122 changed files with 9124 additions and 0 deletions

38
static/dist/css/core_services.css vendored Normal file
View File

@@ -0,0 +1,38 @@
#pageBody > .card {
padding-left: 5vw;
padding-right: 5vw;
max-width: 80vw;
}
#pageBody > .card:first-of-type{
}
#pageBody > .card:last-of-type {
padding-left: 5vw;
padding-right: 5vw;
}
#pageBody > .card:not(:first-of-type) {
}
table {
left: 5vw;
max-width: 70vw;
width: fit-content !important;
}
/*
tr th::after {
content: "";
position: absolute;
top: 65px;
left: 4%;
width: 92%;
border-bottom: 2px solid var(--c_purple_dark);
}
*/
/*
img {
max-height: 5vh;
max-width: 10vw;
}
*/