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/metaboxes/fields/radio/index.js
vendored
Normal file
4
web/vendor/htmlburger/carbon-fields/packages/metaboxes/fields/radio/index.js
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
/**
|
||||
* The internal dependencies.
|
||||
*/
|
||||
import './style.scss';
|
||||
21
web/vendor/htmlburger/carbon-fields/packages/metaboxes/fields/radio/style.scss
vendored
Normal file
21
web/vendor/htmlburger/carbon-fields/packages/metaboxes/fields/radio/style.scss
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
/* ==========================================================================
|
||||
Radio
|
||||
========================================================================== */
|
||||
|
||||
.cf-radio__label {
|
||||
.inside .cf-radio-image .cf-radio__input:focus ~ & {
|
||||
box-shadow: 0 0 2px transparentize($wp-color-medium-blue, 0.2);
|
||||
}
|
||||
}
|
||||
|
||||
.cf-radio-image__image {
|
||||
.inside & {
|
||||
border: 1px solid $wp-color-gray-light-800;
|
||||
}
|
||||
|
||||
.inside .cf-radio__input:focus ~ .cf-radio__label &,
|
||||
.inside .cf-radio__input:checked ~ .cf-radio__label & {
|
||||
outline: 4px solid $wp-color-medium-blue;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue