Post separator style

main
Bob Mottram 2021-01-11 17:40:31 +00:00
parent 25a3fd5660
commit 4d3f30f95d
2 changed files with 5 additions and 3 deletions

View File

@ -136,6 +136,7 @@
--publish-button-bottom-offset: 10px;
--banner-height: 15vh;
--banner-height-mobile: 10vh;
--post-separator-background: transparent;
--post-separator-margin-top: 0;
--post-separator-margin-bottom: 0;
--post-separator-width: 95%;
@ -186,7 +187,7 @@ body, html {
}
.postSeparatorImage img {
background-color: transparent;
background-color: var(--post-separator-background);
padding-top: var(--post-separator-margin-top);
padding-bottom: var(--post-separator-margin-bottom);
width: var(--post-separator-width);

View File

@ -34,12 +34,13 @@
"font-size-newswire": "12px",
"font-size-newswire-mobile": "30px",
"font-size-dropdown-header": "30px",
"post-separator-background": "#efefef",
"post-separator-margin-top": "1%",
"post-separator-margin-bottom": "1%",
"post-separator-width": "96%",
"post-separator-width": "100%",
"separator-width-left": "98%",
"separator-width-right": "99%",
"post-separator-height": "1px",
"post-separator-height": "0px",
"column-left-top-margin": "10px",
"column-left-border-width": "0px",
"column-right-border-width": "0px",