Files
ultimatemember/assets/css/admin/block.css
T

17 lines
552 B
CSS
Raw Normal View History

2023-11-03 17:31:18 +02:00
.um_block_settings .um_block_settings_hide {
2024-03-27 15:27:06 +02:00
display: none;
}
2023-11-03 17:31:18 +02:00
.um_block_settings .components-select-control .components-select-control__input[multiple] {
2024-03-27 15:27:06 +02:00
height: auto;
}
.um_block_settings .components-select-control .components-select-control__input[multiple] + .components-input-control__suffix {
display: none;
}
2023-11-06 11:55:01 +02:00
.um-block-notice {
background: #fff;
2024-03-27 15:27:06 +02:00
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
2023-11-06 11:55:01 +02:00
font-size: 13px;
padding: 20px;
2024-03-27 15:27:06 +02:00
border: 1px solid #000;
}