22 lines
399 B
SCSS
22 lines
399 B
SCSS
@import "~theme/globals";
|
|
|
|
:host .core-block-content ::ng-deep {
|
|
.activitydate, .activityhead {
|
|
text-align: center;
|
|
}
|
|
|
|
.unlist {
|
|
list-style: none;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
-webkit-padding-start: 0;
|
|
li {
|
|
margin-bottom: 1em;
|
|
|
|
.head .date {
|
|
@include float(end);
|
|
}
|
|
}
|
|
}
|
|
}
|