%PDF- %PDF-
| Direktori : /www/klubovnaostrava/www/wp-content/plugins/pretix-widget/assets/css/ |
| Current File : /www/klubovnaostrava/www/wp-content/plugins/pretix-widget/assets/css/editor.css |
/* default look of the widget in the editor */
.wp-block-pretix-widget pretix-widget{
min-height:100px;
display:flex;
border: 1px solid #ddd;
}
/* prevent clicks on the widget in the editor */
.wp-block-pretix-widget *{pointer-events:none !important;}
/* error block */
.pretix-widget-placeholder{
display:flex;
gap:20px;
align-items:center;
margin:auto;
padding:10px;
border:1px solid #ccc;
font-size:14px;
text-align:center;
}
.pretix-widget-placeholder > img{
width: 150px;
max-width:150px;
}
.pretix-widget-placeholder > .message{}
.pretix-widget-placeholder.error{
color:red;
}