CMS Project Sync
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
.wp-block-archives-dropdown {
|
||||
& > label {
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
.wp-block-archives-dropdown{&>label{display:block;font-weight:700;margin-bottom:12px}}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
.wp-block-categories-dropdown {
|
||||
& > label {
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
.wp-block-categories-dropdown{&>label{display:block;font-weight:700;margin-bottom:12px}}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
@media (max-width: 781px) {
|
||||
.wp-block-column.is-style-mobile-first-element {
|
||||
order: -1;
|
||||
}
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
@media (max-width:781px){.wp-block-column.is-style-mobile-first-element{order:-1}}
|
||||
+48
@@ -0,0 +1,48 @@
|
||||
.wp-block-comment-author-name a,
|
||||
.wp-block-comment-date a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.wp-block-comment-template > li li,
|
||||
.wp-block-comment-template > li:not(:first-child) {
|
||||
border-top: 1px solid var(--wp--preset--color--base-midtone);
|
||||
padding-top: 2rem;
|
||||
}
|
||||
|
||||
.wp-block-comment-template ol {
|
||||
padding-inline-start: 64px;
|
||||
}
|
||||
|
||||
form.comment-form {
|
||||
label {
|
||||
font-size: var(--wp--preset--font-size--small);
|
||||
}
|
||||
textarea {
|
||||
border-radius: 2px;
|
||||
border: 1px solid;
|
||||
border-color: rgba(0,0,0,0.2);
|
||||
line-height: 1.7;
|
||||
padding: 0.3rem 1rem;
|
||||
}
|
||||
input:not([type="submit"]) {
|
||||
border-radius: 2px;
|
||||
border: 1px solid;
|
||||
border-color: rgba(0,0,0,0.2);
|
||||
line-height: 1.7;
|
||||
padding: 0.3rem 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent + label {
|
||||
margin-top: .35em;
|
||||
}
|
||||
|
||||
@media (max-width: 680px) {
|
||||
.wp-block-comment-template ol {
|
||||
padding-inline-start: 0;
|
||||
}
|
||||
|
||||
.wp-block-comment-template > li > ol {
|
||||
padding-inline-start: 64px;
|
||||
}
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
.wp-block-comment-author-name a,.wp-block-comment-date a{text-decoration:none}.wp-block-comment-template>li li,.wp-block-comment-template>li:not(:first-child){border-top:1px solid var(--wp--preset--color--base-midtone);padding-top:2rem}.wp-block-comment-template ol{padding-inline-start:64px}form.comment-form{label{font-size:var(--wp--preset--font-size--small)}input:not([type=submit]),textarea{border:1px solid rgba(0,0,0,.2);border-radius:2px;line-height:1.7;padding:.3rem 1rem}}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent+label{margin-top:.35em}@media (max-width:680px){.wp-block-comment-template ol{padding-inline-start:0}.wp-block-comment-template>li>ol{padding-inline-start:64px}}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
.wp-block-cover-image {
|
||||
min-height: 430px;
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
.wp-block-cover-image{min-height:430px}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
.wp-block-cover.is-style-contained-background .wp-block-cover__image-background {
|
||||
-o-object-fit: contain;
|
||||
object-fit: contain;
|
||||
}
|
||||
.wp-block-cover.is-style-unscaled-background .wp-block-cover__image-background {
|
||||
-o-object-fit: none;
|
||||
object-fit: none;
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
.wp-block-cover.is-style-contained-background .wp-block-cover__image-background{-o-object-fit:contain;object-fit:contain}.wp-block-cover.is-style-unscaled-background .wp-block-cover__image-background{-o-object-fit:none;object-fit:none}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
.blocks-gallery-grid:not(.has-nested-images),
|
||||
.wp-block-gallery:not(.has-nested-images) {
|
||||
margin-block-start: var(--wp--style--block-gap);
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){margin-block-start:var(--wp--style--block-gap)}
|
||||
+82
@@ -0,0 +1,82 @@
|
||||
/* Image creative style */
|
||||
.wp-block-group[class*=is-style-creative] {
|
||||
position: relative;
|
||||
padding-block: var(--wp--preset--spacing--40);
|
||||
|
||||
&[class*=is-style-creative-2] {
|
||||
padding-block: var(--wp--preset--spacing--60);
|
||||
}
|
||||
|
||||
&.is-style-creative-1-a,
|
||||
&.is-style-creative-1-d{
|
||||
padding-inline-end: var(--wp--preset--spacing--40);
|
||||
}
|
||||
|
||||
&.is-style-creative-2-a,
|
||||
&.is-style-creative-2-d {
|
||||
padding-inline-end: var(--wp--preset--spacing--60);
|
||||
padding-inline-start: var(--wp--preset--spacing--20);
|
||||
}
|
||||
|
||||
&.is-style-creative-1-b,
|
||||
&.is-style-creative-1-c{
|
||||
padding-inline-start: var(--wp--preset--spacing--40);
|
||||
}
|
||||
|
||||
|
||||
&.is-style-creative-2-b,
|
||||
&.is-style-creative-2-c {
|
||||
padding-inline-start: var(--wp--preset--spacing--60);
|
||||
padding-inline-end: var(--wp--preset--spacing--20);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.wp-block-group[class*=is-style-creative-1]:before {
|
||||
opacity: 1;
|
||||
background-image: radial-gradient(var(--wp--preset--color--accent-2) 2px, transparent 2px);
|
||||
background-size: 16px 16px;
|
||||
content: "";
|
||||
display: block;
|
||||
height: 106px;
|
||||
position: absolute;
|
||||
width: 106px;
|
||||
}
|
||||
.wp-block-group[class*=is-style-creative-1-a]:before,
|
||||
.wp-block-group[class*=is-style-creative-2-a]:before {
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
}
|
||||
.wp-block-group[class*=is-style-creative-1-b]:before,
|
||||
.wp-block-group[class*=is-style-creative-2-b]:before {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
.wp-block-group[class*=is-style-creative-1-c]:before,
|
||||
.wp-block-group[class*=is-style-creative-2-c]:before {
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
.wp-block-group[class*=is-style-creative-1-d]:before,
|
||||
.wp-block-group[class*=is-style-creative-2-d]:before {
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
.wp-block-group[class*=is-style-creative-2]:before {
|
||||
opacity: 1;
|
||||
content: '';
|
||||
display: block;
|
||||
height: 114px;
|
||||
position: absolute;
|
||||
width: 360px;
|
||||
max-width: 100%;
|
||||
background-color: var(--wp--preset--color--accent-3);
|
||||
mask-image: url('../images/wave-pattern.svg');
|
||||
-webkit-mask-image: url('../images/wave-pattern.svg');
|
||||
mask-size: 80px 40px;
|
||||
-webkit-mask-size: 80px 40px;
|
||||
mask-repeat: repeat;
|
||||
-webkit-mask-repeat: repeat;
|
||||
z-index: 1;
|
||||
pointer-events: none;
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
.wp-block-group[class*=is-style-creative]{padding-block:var(--wp--preset--spacing--40);position:relative;&[class*=is-style-creative-2]{padding-block:var(--wp--preset--spacing--60)}&.is-style-creative-1-a,&.is-style-creative-1-d{padding-inline-end:var(--wp--preset--spacing--40)}&.is-style-creative-2-a,&.is-style-creative-2-d{padding-inline-end:var(--wp--preset--spacing--60);padding-inline-start:var(--wp--preset--spacing--20)}&.is-style-creative-1-b,&.is-style-creative-1-c{padding-inline-start:var(--wp--preset--spacing--40)}&.is-style-creative-2-b,&.is-style-creative-2-c{padding-inline-end:var(--wp--preset--spacing--20);padding-inline-start:var(--wp--preset--spacing--60)}}.wp-block-group[class*=is-style-creative-1]:before{background-image:radial-gradient(var(--wp--preset--color--accent-2) 2px,transparent 2px);background-size:16px 16px;content:"";display:block;height:106px;opacity:1;position:absolute;width:106px}.wp-block-group[class*=is-style-creative-1-a]:before,.wp-block-group[class*=is-style-creative-2-a]:before{bottom:0;right:0}.wp-block-group[class*=is-style-creative-1-b]:before,.wp-block-group[class*=is-style-creative-2-b]:before{bottom:0;left:0}.wp-block-group[class*=is-style-creative-1-c]:before,.wp-block-group[class*=is-style-creative-2-c]:before{left:0;top:0}.wp-block-group[class*=is-style-creative-1-d]:before,.wp-block-group[class*=is-style-creative-2-d]:before{right:0;top:0}.wp-block-group[class*=is-style-creative-2]:before{background-color:var(--wp--preset--color--accent-3);content:"";display:block;height:114px;mask-image:url(../images/wave-pattern.svg);-webkit-mask-image:url(../images/wave-pattern.svg);mask-repeat:repeat;-webkit-mask-repeat:repeat;mask-size:80px 40px;-webkit-mask-size:80px 40px;max-width:100%;opacity:1;pointer-events:none;position:absolute;width:360px;z-index:1}
|
||||
+84
@@ -0,0 +1,84 @@
|
||||
/* Image creative style */
|
||||
figure[class*=is-style-creative] {
|
||||
position: relative;
|
||||
padding-block: var(--wp--preset--spacing--40);
|
||||
|
||||
&[class*=is-style-creative-2] {
|
||||
padding-block: var(--wp--preset--spacing--60);
|
||||
}
|
||||
|
||||
&.is-style-creative-1-a,
|
||||
&.is-style-creative-1-d{
|
||||
padding-inline-end: var(--wp--preset--spacing--40);
|
||||
}
|
||||
|
||||
&.is-style-creative-2-a,
|
||||
&.is-style-creative-2-d {
|
||||
padding-inline-end: var(--wp--preset--spacing--60);
|
||||
padding-inline-start: var(--wp--preset--spacing--20);
|
||||
}
|
||||
|
||||
&.is-style-creative-1-b,
|
||||
&.is-style-creative-1-c{
|
||||
padding-inline-start: var(--wp--preset--spacing--40);
|
||||
}
|
||||
|
||||
|
||||
&.is-style-creative-2-b,
|
||||
&.is-style-creative-2-c {
|
||||
padding-inline-start: var(--wp--preset--spacing--60);
|
||||
padding-inline-end: var(--wp--preset--spacing--20);
|
||||
}
|
||||
|
||||
}
|
||||
figure[class*=is-style-creative] > img[class^="wp-image-"] {
|
||||
position: relative;
|
||||
}
|
||||
figure[class*=is-style-creative-1]:before {
|
||||
opacity: 1;
|
||||
background-image: radial-gradient(var(--wp--preset--color--accent-2) 2px, transparent 2px);
|
||||
background-size: 16px 16px;
|
||||
content: "";
|
||||
display: block;
|
||||
height: 106px;
|
||||
position: absolute;
|
||||
width: 106px;
|
||||
}
|
||||
figure[class*=is-style-creative-1-a]:before,
|
||||
figure[class*=is-style-creative-2-a]:before {
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
}
|
||||
figure[class*=is-style-creative-1-b]:before,
|
||||
figure[class*=is-style-creative-2-b]:before {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
figure[class*=is-style-creative-1-c]:before,
|
||||
figure[class*=is-style-creative-2-c]:before {
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
figure[class*=is-style-creative-1-d]:before,
|
||||
figure[class*=is-style-creative-2-d]:before {
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
figure[class*=is-style-creative-2]:before {
|
||||
opacity: 1;
|
||||
content: '';
|
||||
display: block;
|
||||
height: 114px;
|
||||
position: absolute;
|
||||
width: 360px;
|
||||
max-width: 100%;
|
||||
background-color: var(--wp--preset--color--accent-3);
|
||||
mask-image: url('../images/wave-pattern.svg');
|
||||
-webkit-mask-image: url('../images/wave-pattern.svg');
|
||||
mask-size: 80px 40px;
|
||||
-webkit-mask-size: 80px 40px;
|
||||
mask-repeat: repeat;
|
||||
-webkit-mask-repeat: repeat;
|
||||
z-index: 1;
|
||||
pointer-events: none;
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
figure[class*=is-style-creative]{padding-block:var(--wp--preset--spacing--40);position:relative;&[class*=is-style-creative-2]{padding-block:var(--wp--preset--spacing--60)}&.is-style-creative-1-a,&.is-style-creative-1-d{padding-inline-end:var(--wp--preset--spacing--40)}&.is-style-creative-2-a,&.is-style-creative-2-d{padding-inline-end:var(--wp--preset--spacing--60);padding-inline-start:var(--wp--preset--spacing--20)}&.is-style-creative-1-b,&.is-style-creative-1-c{padding-inline-start:var(--wp--preset--spacing--40)}&.is-style-creative-2-b,&.is-style-creative-2-c{padding-inline-end:var(--wp--preset--spacing--20);padding-inline-start:var(--wp--preset--spacing--60)}}figure[class*=is-style-creative]>img[class^=wp-image-]{position:relative}figure[class*=is-style-creative-1]:before{background-image:radial-gradient(var(--wp--preset--color--accent-2) 2px,transparent 2px);background-size:16px 16px;content:"";display:block;height:106px;opacity:1;position:absolute;width:106px}figure[class*=is-style-creative-1-a]:before,figure[class*=is-style-creative-2-a]:before{bottom:0;right:0}figure[class*=is-style-creative-1-b]:before,figure[class*=is-style-creative-2-b]:before{bottom:0;left:0}figure[class*=is-style-creative-1-c]:before,figure[class*=is-style-creative-2-c]:before{left:0;top:0}figure[class*=is-style-creative-1-d]:before,figure[class*=is-style-creative-2-d]:before{right:0;top:0}figure[class*=is-style-creative-2]:before{background-color:var(--wp--preset--color--accent-3);content:"";display:block;height:114px;mask-image:url(../images/wave-pattern.svg);-webkit-mask-image:url(../images/wave-pattern.svg);mask-repeat:repeat;-webkit-mask-repeat:repeat;mask-size:80px 40px;-webkit-mask-size:80px 40px;max-width:100%;opacity:1;pointer-events:none;position:absolute;width:360px;z-index:1}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
.wp-block-list {
|
||||
li {
|
||||
margin-top: 0.8rem;
|
||||
}
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
.wp-block-list{li{margin-top:.8rem}}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
|
||||
padding-block: 10px;
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
.wp-block-navigation .has-child .wp-block-navigation__submenu-container{padding-block:10px}
|
||||
+22
@@ -0,0 +1,22 @@
|
||||
.wp-block-post-author {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.wp-block-post-author__name {
|
||||
margin-bottom: 0;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.wp-block-post-author__name a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.wp-block-post-author__avatar {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
margin-right: .8rem;
|
||||
}
|
||||
|
||||
.wp-block-post-author__avatar img {
|
||||
border-radius: 100px;
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
.wp-block-post-author{align-items:center}.wp-block-post-author__name{font-weight:600;margin-bottom:0}.wp-block-post-author__name a{text-decoration:none}.wp-block-post-author__avatar{align-items:center;display:inline-flex;margin-right:.8rem}.wp-block-post-author__avatar img{border-radius:100px}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
.wp-block-table {
|
||||
overflow-x: auto;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
.wp-block-table{border-collapse:collapse;overflow-x:auto;width:100%}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
.wc-block-product-template[class*="columns-"] {
|
||||
margin-inline: -1rem !important;
|
||||
max-width: none;
|
||||
|
||||
li.wc-block-product {
|
||||
margin: 1rem;
|
||||
}
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
.wc-block-product-template[class*=columns-]{margin-inline:-1rem!important;max-width:none;li.wc-block-product{margin:1rem}}
|
||||
Reference in New Issue
Block a user