matrix-dimension/web/app/admin/neb/appservice-config/appservice-config.component.scss

10 lines
No EOL
247 B
SCSS

@import "../../../../style/themes/themes";
@include themifyComponent() {
pre {
margin-top: 10px;
padding: 5px;
border: 1px solid themed(appserviceConfigPreBorderColor);
background-color: themed(appserviceConfigPreBgColor);
}
}