primo commit

This commit is contained in:
2024-12-17 17:34:10 +01:00
commit e650f8df99
16435 changed files with 2451012 additions and 0 deletions

View File

@ -0,0 +1,21 @@
@charset "UTF-8";
.com-content-categories__item {
border-bottom: 1px solid #dfe3e7;
}
.com-content-categories__item-title-wrapper {
flex-wrap: wrap;
justify-content: space-between;
padding: .5rem 0;
display: flex;
}
.com-content-categories__children {
border-top: 1px solid #dfe3e7;
flex-basis: 100%;
padding-inline-start: 1.5rem;
}
.com-content-categories__children .com-content-categories__item:last-child {
border-bottom: none;
}

View File

@ -0,0 +1 @@
@charset "UTF-8";.com-content-categories__item{border-bottom:1px solid #dfe3e7}.com-content-categories__item-title-wrapper{flex-wrap:wrap;justify-content:space-between;padding:.5rem 0;display:flex}.com-content-categories__children{border-top:1px solid #dfe3e7;flex-basis:100%;padding-inline-start:1.5rem}.com-content-categories__children .com-content-categories__item:last-child{border-bottom:none}