styled colors, buttons, functions calls
This commit is contained in:
parent
dedfd511da
commit
2474db20a0
|
@ -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";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
body {
|
||||
background: $color__background-body; // Fallback for when there is no custom background color defined.
|
||||
background-image: url(./assets/img/background-colors-02.jpg);
|
||||
background: $color__background-body; // Fallback for when there is no custom background color defined.
|
||||
background-image: url(./assets/img/background-colors-02.jpg);
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
|
|
Loading…
Reference in New Issue