.widget-logout
scss
.chattigo-widget-logout {
@include use-font('body', 'regular');
background-color: use-color(base, true-white);
border-bottom: solid 1px use-color('grey', light-alt);
border-top: solid 1px use-color('grey', light-alt);
box-sizing: border-box;
color: use-color(primary);
cursor: pointer;
display: inline-block;
padding: 12px;
text-align: center;
text-decoration: none;
text-transform: capitalize;
width: 100%;
}
Link para terminar el chat.
Este link esta hecho para ser usado dentro del menu de configuraciones del widget de chattigo.
Example
html
<a class="chattigo-widget-logout">
terminar chat
</a>