styled buttons in guttemberg admin view
This commit is contained in:
parent
ab8c41182b
commit
48b1bd7cbc
508
adminstyles.css
508
adminstyles.css
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
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue