Skip to content

Instantly share code, notes, and snippets.

@awinogradov
Created November 25, 2015 10:59
Show Gist options
  • Save awinogradov/e475b455a8c3038ec2d9 to your computer and use it in GitHub Desktop.
Save awinogradov/e475b455a8c3038ec2d9 to your computer and use it in GitHub Desktop.
alfa-chat-style
.flux-widget .cb-message {
font-family: Roboto;
font-weight: 300;
border-radius: 4px;
}
.flux-widget .cb-item .cb-message {
background: rgba(239, 49, 36, 1);
color: rgba(255,255,255,0.9);
}
.flux-widget .cb-item.admin .cb-message {
background: rgba(243,243,243,0.95);
color: rgba(0,0,0,0.9);
}
.flux-widget .sendmessage-block {
border-radius: 0;
background: rgba(243,243,243,0.95);
margin: 0;
padding: 5px 0 5px 50px;
width: 100%;
height: auto!important;
min-height: 50px;
}
.flux-widget .sendmessage-block .col-left {
left: 50px;
overflow: visible;
width: calc(100% - 60px);
}
.flux-widget .sendmessage-block .form-control {
font-family: Roboto;
font-weight: 300;
border-radius: 4px;
background: rgba(255, 255, 255, 0.9);
border: 1px solid rgba(0,0,0,0.3);
height: 40px!important;
margin-top: 5px;
}
.flux-widget .sendmessage-block .form-control:focus {
background: rgb(235,235,235);
border: 1px solid rgba(0,0,0,0.9);
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .9);
}
.flux-widget .sendmessage-block .form-control:hover {
border: 1px solid rgba(0,0,0,0.6);
}
.flux-widget .mb-controls {
bottom: 9px;
}
.flux-widget .login-block {
background: rgba(0,0,0,0.35);
}
.flux-widget .login-block .media .media-body .media-heading {
font-family: Roboto;
font-weight: 300;
font-size: 1.4rem;
line-height: 1.8rem;
}
.flux-widget .cb-item.admin .cb-date {
font-family: Roboto;
font-weight: 300;
color: rgba(0,0,0,0.6);
}
.flux-widget .cb-item .cb-sender .icon-bubble {
fill: rgba(239, 49, 36, 1)
}
.mb-controls.text-right .btn.btn-success {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment