FIX: css (codacy)

This commit is contained in:
Evg 2021-05-28 07:49:59 +03:00
parent 3f2b2171b6
commit 523d83e364

View file

@ -257,36 +257,6 @@ a.link:hover {
margin: 0 0 5px 0;
}
/* Хлебные крошки */
ul.breadcrumb {
padding: 0;
font-family: sans-serif;
font-size: 0.8rem;
line-height: 0.8rem;
margin: 0.4rem 0;
}
.breadcrumb .breadcrumb-item {
color: var(--tertiary);
display: inline-block;
margin: 0;
padding: 0.2rem 0;
}
.breadcrumb .breadcrumb-item:not(:last-child) {
margin-right: 0.2rem;
}
.breadcrumb .breadcrumb-item:not(:last-child) a {
color: var(--tertiary);
}
.breadcrumb .breadcrumb-item:not(:first-child)::before {
color: var(--tertiary);
content: "/";
padding-right: 0.4rem;
}
.comm-telo-body a {
text-decoration: underline;
}
@ -1483,6 +1453,36 @@ h3.recommend {
font-weight: 400;
}
/* Хлебные крошки */
ul.breadcrumb {
padding: 0;
font-family: sans-serif;
font-size: 0.8rem;
line-height: 0.8rem;
margin: 0.4rem 0;
}
.breadcrumb .breadcrumb-item {
color: var(--tertiary);
display: inline-block;
margin: 0;
padding: 0.2rem 0;
}
.breadcrumb .breadcrumb-item:not(:last-child) {
margin-right: 0.2rem;
}
.breadcrumb .breadcrumb-item:not(:last-child) a {
color: var(--tertiary);
}
.breadcrumb .breadcrumb-item:not(:first-child)::before {
color: var(--tertiary);
content: "/";
padding-right: 0.4rem;
}
/* Footer */
footer {
background-color: #edeeef;
@ -1574,7 +1574,7 @@ i.github {
}
@media (max-width: 810px) {
main,
main,
main.w-75,
img.img-post { width: 100%; }
.no-mob,
@ -1677,7 +1677,7 @@ i.github {
display: inline-block;
}
a::hover .icon::before {
a:hover .icon::before {
text-decoration: none;
}
@ -1715,4 +1715,4 @@ a::hover .icon::before {
.icon.eye::before { content: "\e087"; }
.icon.info::before { content: "\e08b"; }
.icon.cloud-upload::before { content: "\e084"; }
.icon.close::before { content: "\e082"; }
.icon.close::before { content: "\e082"; }