forked from CIT/Vmeda.Online
19 lines
368 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|