File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
projects/packages/forms/src/contact-form/css Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 8
8
.jetpack-field__input-phone-wrapper {
9
9
display : flex ;
10
10
gap : 8px ;
11
+ background-color : var (--jetpack--contact-form--input-background );
12
+ border-color : var (--jetpack--contact-form--border-color );
13
+ border-width : var (--jetpack--contact-form--border-size );
14
+ border-style : var (--jetpack--contact-form--border-style );
15
+ border-radius : var (--jetpack--contact-form--border-radius );
16
+ font-family : var (--jetpack--contact-form--font-family );
17
+ font-size : var (--jetpack--contact-form--font-size );
18
+ padding : var (--jetpack--contact-form--input-padding );
19
+ line-height : var (--jetpack--contact-form--line-height );
11
20
12
21
& :has (.jetpack-field__input-element :focus ) {
13
22
outline-width : 2px ;
You can’t perform that action at this time.
0 commit comments