2018-06-07 16:00:53 +08:00
|
|
|
@import "colors-main.scss";
|
|
|
|
|
|
|
|
.commento-footer {
|
|
|
|
margin: 36px 0px 12px 0px;
|
|
|
|
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;
|
2019-03-03 03:09:11 +08:00
|
|
|
}
|
2018-06-07 16:00:53 +08:00
|
|
|
|
2019-03-03 03:09:11 +08:00
|
|
|
.commento-logo-text::before {
|
|
|
|
content: "Powered by ";
|
|
|
|
font-weight: 400;
|
2018-06-07 16:00:53 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.commento-logo-text {
|
|
|
|
font-size: 13px;
|
2019-03-03 03:09:11 +08:00
|
|
|
color: $gray-7;
|
2018-06-07 16:00:53 +08:00
|
|
|
display: inline;
|
|
|
|
line-height: 24px;
|
|
|
|
position: relative;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|