2022-01-27 19:12:29 +01:00

19 lines
368 B
SCSS

:host .core-block-content ::ng-deep {
.list {
list-style: none;
margin-left: 0;
margin-right: 0;
-webkit-padding-start: 0;
li {
border-top: 1px solid var(--stroke);
padding: 5px;
padding-bottom: 8px;
}
li:first-child {
border-top-width: 0;
}
}
}