corvée(dépendances) ajoute Carbon Fields
This commit is contained in:
parent
135cc65eed
commit
62368587e5
459 changed files with 72750 additions and 26 deletions
4
web/vendor/htmlburger/carbon-fields/packages/blocks/fields/map/index.js
vendored
Normal file
4
web/vendor/htmlburger/carbon-fields/packages/blocks/fields/map/index.js
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
/**
|
||||
* Internal dependencies.
|
||||
*/
|
||||
import './style.scss';
|
||||
15
web/vendor/htmlburger/carbon-fields/packages/blocks/fields/map/style.scss
vendored
Normal file
15
web/vendor/htmlburger/carbon-fields/packages/blocks/fields/map/style.scss
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/* ==========================================================================
|
||||
Map
|
||||
========================================================================== */
|
||||
|
||||
.cf-map__canvas {
|
||||
.edit-post-sidebar & {
|
||||
border-color: $gb-dark-gray-150;
|
||||
border-top-width: 1px;
|
||||
margin-top: $size-base;
|
||||
}
|
||||
|
||||
.block-editor .cf-map__search:focus-within ~ & {
|
||||
border-color: $wp-color-medium-blue;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue