blog/assets/sass/_partial/_post/_copyright.scss
2022-03-11 10:32:10 +05:30

29 lines
461 B
SCSS

.post-copyright {
margin-top: 20px;
padding-top: 10px;
border-top: 1px dashed $light-gray;
.copyright-item {
margin: 5px 0;
a {
color: $theme-color;
word-wrap: break-word;
&:hover {
border-bottom: $content-link-border;
}
}
.item-title {
display: inline-block;
min-width: 5rem;
margin-right: .5rem;
text-align: right;
&:after {
content: " :";
}
}
}
}