- new gulp version;

- reviewed #1479;
This commit is contained in:
Mykyta Synelnikov
2024-03-27 15:27:06 +02:00
parent 887d543e4a
commit 1f70835b3f
27 changed files with 2934 additions and 2206 deletions
+10 -7
View File
@@ -1,14 +1,17 @@
.um_block_settings .um_block_settings_hide {
display: none; }
display: none;
}
.um_block_settings .components-select-control .components-select-control__input[multiple] {
height: auto; }
.um_block_settings .components-select-control .components-select-control__input[multiple] + .components-input-control__suffix {
display: none; }
height: auto;
}
.um_block_settings .components-select-control .components-select-control__input[multiple] + .components-input-control__suffix {
display: none;
}
.um-block-notice {
background: #fff;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
font-size: 13px;
padding: 20px;
border: 1px solid #000; }
border: 1px solid #000;
}