Compare commits
3 Commits
c5878bc6b1
...
cf05c380ea
Author | SHA1 | Date | |
---|---|---|---|
cf05c380ea | |||
c8e4131ac3 | |||
dbe18296d5 |
@ -22,6 +22,10 @@ function lex_scotland_block_styles() {
|
||||
color: var(--wp--preset--color--contrast);
|
||||
border-radius: 0;
|
||||
font-size: var(--wp--preset--font-size--small);
|
||||
border: 1px solid var(--wp--preset--color--light-green);
|
||||
}
|
||||
.wp-block-button.is-style-thin .wp-element-button:hover {
|
||||
border: 1px dashed;
|
||||
}
|
||||
'
|
||||
) );
|
||||
|
@ -294,7 +294,11 @@
|
||||
"fontWeight": "700"
|
||||
}
|
||||
},
|
||||
"core/buttons": {
|
||||
"css": "& .wp-block-button__link { transition: all 0.25s ease-in-out; }\n& .wp-block-button.is-style-outline .wp-block-button__link:hover { box-shadow: rgb(51, 51, 51) 4px 4px 0 0; transform: translate(-4px, -4px) }"
|
||||
},
|
||||
"core/button": {
|
||||
"css": "",
|
||||
"variations": {
|
||||
"fill": {
|
||||
"color": {
|
||||
|
Reference in New Issue
Block a user