1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-30 23:16:38 -04:00

frontend: add commento embed js and scss

This commit is contained in:
Adhityaa
2018-06-07 13:30:53 +05:30
parent 8f2d7e58a5
commit a6c6598c4a
8 changed files with 1492 additions and 1 deletions

View File

@ -0,0 +1,38 @@
@import "colors-main.scss";
.commento-footer {
margin: 36px 0px 12px 0px;
border-top: 1px solid $gray-1;
padding-right: 12px;
.commento-logo-container {
float: right;
.commento-logo {
border: none;
width: auto;
height: 32px;
display: flex;
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 {
font-size: 13px;
color: $gray-6;
display: inline;
line-height: 24px;
position: relative;
font-weight: bold;
}
}
}