"...git@scm.cms.hu-berlin.de:iqb/verona-modules-aspect.git" did not exist on "5722ad82c1373b28613c193c422b88c24a42750c"
Newer
Older
import { ElementComponent } from '../../directives/element-component.directive';
import { FrameElement } from '../../interfaces/elements';
<div [style.width]="'calc(100% - ' + (elementModel.styling.borderWidth * 2) + 'px)'"
[style.height]="'calc(100% - ' + (elementModel.styling.borderWidth * 2) + 'px)'"
[style.border-style]="elementModel.styling.borderStyle"
[style.border-width.px]="elementModel.styling.borderWidth"
[style.border-color]="elementModel.styling.borderColor"
[style.border-radius.px]="elementModel.styling.borderRadius"
[style.background-color]="elementModel.styling.backgroundColor">