14 lines
322 B
CSS
14 lines
322 B
CSS
/* General theme independent control css. */
|
|
.TcHmi_Controls_Beckhoff_TcHmiAdsState {
|
|
display: block;
|
|
}
|
|
|
|
.TcHmi_Controls_Beckhoff_TcHmiAdsState-template {
|
|
height: 100%;
|
|
width: 100%;
|
|
background-size: contain;
|
|
background-position: 50% 50%;
|
|
background-repeat: no-repeat;
|
|
border-radius: inherit;
|
|
}
|