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:
@ -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;
|
||||
|
Reference in New Issue
Block a user