tweak thin button style
This commit is contained in:
parent
f33342004c
commit
e1beab8694
@ -18,11 +18,11 @@ function lex_scotland_block_styles() {
|
|||||||
'inline_style' => '
|
'inline_style' => '
|
||||||
.wp-block-button.is-style-thin .wp-element-button {
|
.wp-block-button.is-style-thin .wp-element-button {
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
background: var(--wp--preset--color--light-green);
|
background: var(--wp--preset--color--washed-green);
|
||||||
color: var(--wp--preset--color--contrast);
|
color: var(--wp--preset--color--contrast);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
font-size: var(--wp--preset--font-size--small);
|
font-size: var(--wp--preset--font-size--small);
|
||||||
border: 1px solid var(--wp--preset--color--light-green);
|
border: 1px solid var(--wp--preset--color--washed-green);
|
||||||
}
|
}
|
||||||
.wp-block-button.is-style-thin .wp-element-button:hover {
|
.wp-block-button.is-style-thin .wp-element-button:hover {
|
||||||
border: 1px dashed;
|
border: 1px dashed;
|
||||||
|
Loading…
Reference in New Issue
Block a user