The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/rocketchat-otr/client/stylesheets/otr.less

42 lines
509 B

.flex-tab {
.otr {
ul {
li {
margin-bottom: 20px;
}
}
}
}
.message {
&.otr, &.otr-ack {
.info:before {
font-family: 'fontello';
content: "\e952";
visibility: visible;
display: inline-block;
}
}
}
.message {
&.otr-ack {
.info:before {
color: green;
}
}
}
.input-message-container.otr {
.input-message {
padding-right: 48px;
}
.inner-right-toolbar {
.otr-icon {
color: green;
display: inline-block;
margin-top: 2px;
vertical-align: top;
}
}
}