styled buttons in guttemberg admin view

This commit is contained in:
jorge-vitrubio 2023-01-31 19:00:23 +01:00
parent ab8c41182b
commit 48b1bd7cbc
5 changed files with 756 additions and 227 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -29,6 +29,15 @@
display:none;
}
}
.editor-styles-wrapper .wp-block-button__link {
color: #000 !important;
background-color: #fff !important;
border-radius: 0 !important;
box-shadow: none !important;
text-decoration: none !important;
padding: 0.6em 1em 0.4em !important;
font-size: inherit !important;
}
// modify internal paths to make objects locally available
@import "adminstyles/fonts";

418
style.css

File diff suppressed because it is too large Load Diff