16 lines
334 B
CSS
16 lines
334 B
CSS
/* General theme independent control css. */
|
|
|
|
.TcHmi_Controls_Beckhoff_TcHmiDateTimeDisplay {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.TcHmi_Controls_Beckhoff_TcHmiDateTimeDisplay-Template {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: relative;
|
|
text-align: center;
|
|
}
|