🏗️ Finish post copy right widget coding.
This commit is contained in:
@@ -19,11 +19,31 @@
|
||||
}
|
||||
|
||||
@if $creative_commons_post {
|
||||
.post-copyright ul {
|
||||
list-style: none;
|
||||
padding: .5em 1em;
|
||||
@include post-card();
|
||||
|
||||
.post-copyright {
|
||||
border-left: 3px solid #ff2a2a;
|
||||
background: var(--card-bg-color);
|
||||
|
||||
img {
|
||||
margin: 8px;
|
||||
opacity: .8;
|
||||
filter: blur(.08em);
|
||||
-webkit-transform: rotate(320deg);
|
||||
-moz-transform: rotate(320deg);
|
||||
-ms-transform: rotate(320deg);
|
||||
-o-transform: rotate(320deg);
|
||||
transform: rotate(320deg);
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
padding: .5em 1em;
|
||||
@include post-card();
|
||||
border: none;
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.post-tags {
|
||||
|
||||
@@ -299,7 +299,7 @@ $b2t-bg-color : $black-deep;
|
||||
$post-eof-margin-top : 80px; // or 160px for more white space;
|
||||
$post-eof-margin-bottom : 60px; // or 120px for less white space;
|
||||
|
||||
$post-card-margin : 1em 0 0;
|
||||
$post-card-margin : 1em 0;
|
||||
|
||||
|
||||
// Note colors
|
||||
|
||||
Reference in New Issue
Block a user