copy over custom css from editor to css file
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7caf67864d
commit
598c902b9c
@ -0,0 +1,59 @@
|
||||
figcaption.wp-element-caption {
|
||||
width: fit-content;
|
||||
margin: 0;
|
||||
padding: 8px 12px;
|
||||
}
|
||||
|
||||
.main-header-nav .wp-block-navigation-item {
|
||||
justify-content: center;
|
||||
border: 1px solid;
|
||||
flex-grow: 1;
|
||||
border-left: 0;
|
||||
padding-block: 0.5em
|
||||
}
|
||||
|
||||
.main-header-nav .wp-block-navigation-item:last-of-type {
|
||||
border-right: 0;
|
||||
}
|
||||
|
||||
nav.wp-block-navigation.mobile-header-nav {
|
||||
border-top: 1px solid;
|
||||
border-bottom: 1px solid;
|
||||
padding-block: 15px
|
||||
}
|
||||
|
||||
ul.wp-block-navigation.mobile-header-nav li {
|
||||
font-size: 40px !important;
|
||||
margin-block: .5em;
|
||||
}
|
||||
|
||||
@media (min-width: 1080px) {
|
||||
.wp-block-column.footer-gradient-column {
|
||||
padding-left: 2rem !important;
|
||||
border-left: 8px solid var(--wp--preset--color--turquoise-green);
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 786px) {
|
||||
.wp-block-column.footer-gradient-column {
|
||||
padding-top: 1.5rem !important;
|
||||
border-top: 8px solid var(--wp--preset--color--turquoise-green);
|
||||
}
|
||||
}
|
||||
|
||||
.overlap {
|
||||
z-index: 21;
|
||||
}
|
||||
|
||||
.home-post-item {
|
||||
height: 100%
|
||||
}
|
||||
|
||||
.post-title a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.post-title a:hover,
|
||||
.post-title a:focus {
|
||||
text-decoration: underline;
|
||||
}
|
@ -637,7 +637,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"css": "figcaption.wp-element-caption {\n width: fit-content;\n margin: 0;\n padding: 8px 12px;\n}\n\n.main-header-nav .wp-block-navigation-item {\n justify-content: center;\n border: 1px solid;\n flex-grow: 1;\n border-left: 0;\n padding-block: 0.5em\n}\n\n.main-header-nav .wp-block-navigation-item:last-of-type {\n border-right: 0;\n}\n\nnav.wp-block-navigation.mobile-header-nav {\n border-top: 1px solid;\n border-bottom: 1px solid;\n padding-block: 15px\n}\n\nul.wp-block-navigation.mobile-header-nav li {\n font-size: 40px !important;\n margin-block: .5em;\n}\n\n@media (min-width: 1080px) {\n .wp-block-column.footer-gradient-column {\n padding-left: 2rem !important;\n border-left: 8px solid var(--wp--preset--color--turquoise-green);\n}\n}\n\n@media (max-width: 786px) {\n.wp-block-column.footer-gradient-column {\n padding-top: 1.5rem !important;\n border-top: 8px solid var(--wp--preset--color--turquoise-green);\n}\n}\n\n.overlap {\n z-index: 21;\n}\n\n.home-post-item {\n height: 100% \n}\n\n.post-title a {\n text-decoration: none;\n}\n\n.post-title a:hover,\n.post-title a:focus {\n text-decoration: underline;\n}",
|
||||
"elements": {
|
||||
"caption": {
|
||||
"color": {
|
||||
|
Loading…
Reference in New Issue
Block a user