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/text/index.js
vendored
Normal file
4
web/vendor/htmlburger/carbon-fields/packages/blocks/fields/text/index.js
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
/**
|
||||
* Internal dependencies.
|
||||
*/
|
||||
import './style.scss';
|
||||
14
web/vendor/htmlburger/carbon-fields/packages/blocks/fields/text/style.scss
vendored
Normal file
14
web/vendor/htmlburger/carbon-fields/packages/blocks/fields/text/style.scss
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
/* ==========================================================================
|
||||
Text
|
||||
========================================================================== */
|
||||
|
||||
.cf-text__input {
|
||||
.wp-block .cf-field & {
|
||||
border-color: $wp-color-gray-light-500;
|
||||
border-radius: 0;
|
||||
|
||||
&:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue