1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -04:00

commento.js: remove logo SVG from footer

This commit is contained in:
Adhityaa Chandrasekar
2019-03-02 14:09:11 -05:00
parent e9ba79974b
commit c8a2ece0d6
2 changed files with 8 additions and 16 deletions

View File

@ -2,7 +2,6 @@
.commento-footer {
margin: 36px 0px 12px 0px;
border-top: 1px solid $gray-1;
padding-right: 12px;
.commento-logo-container {
@ -16,19 +15,16 @@
align-items: center;
padding: 5px;
border-radius: 3px;
}
.commento-logo-svg {
display: inline;
width: 18px;
height: 18px;
margin-right: 8px;
outline: none;
}
.commento-logo-text::before {
content: "Powered by ";
font-weight: 400;
}
.commento-logo-text {
font-size: 13px;
color: $gray-6;
color: $gray-7;
display: inline;
line-height: 24px;
position: relative;