1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -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,37 @@
@import "colors-main.scss";
.commento-logged-container {
width: 100%;
text-align: left;
margin-bottom: 16px;
position: relative;
.commento-logout {
cursor: pointer;
position: absolute;
top: 6px;
right: 16px;
color: $gray-5;
}
.commento-logged-in-as {
position: relative;
.commento-name {
color: $gray-8;
border: none;
font-weight: bold;
position: absolute;
top: 6px;
left: 64px;
}
.commento-photo {
width: 32px;
height: 32px;
border-radius: 50%;
margin-left: 16px;
margin-right: 16px;
}
}
}