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,20 @@
/* ==========================================================================
Multiselect
========================================================================== */
.cf-multiselect__control {
.wp-block & {
border-radius: 0;
}
.edit-post-sidebar &,
.edit-post-sidebar &:hover {
border-color: $gb-dark-gray-150;
}
.edit-post-sidebar &--is-focused,
.edit-post-sidebar &--is-focused:hover {
border-color: $wp-color-medium-blue;
box-shadow: 0 0 0 1px $wp-color-medium-blue;
}
}