corvée(dépendances) ajoute Carbon Fields

This commit is contained in:
gcch 2024-08-09 18:45:01 +02:00
commit 62368587e5
459 changed files with 72750 additions and 26 deletions

View file

@ -0,0 +1,4 @@
/**
* Internal dependencies.
*/
import './style.scss';

View file

@ -0,0 +1,15 @@
/* ==========================================================================
Multiselect
========================================================================== */
.cf-multiselect__control {
.postbox & {
border-color: #ddd;
box-shadow: 0 1px 2px transparentize($color-black, 0.93) inset;
}
.postbox &--is-focused,
.postbox &--is-focused:hover {
box-shadow: 0 0 2px transparentize($wp-color-blue, 0.2);
}
}