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-action-links/client/stylesheets/actionLinks.css

32 lines
375 B

.message {
& .actionLinks {
margin-top: 4px;
margin-bottom: 4px;
padding: 0;
text-align: center;
& li {
position: relative;
display: inline;
padding-right: 2px;
list-style: none;
cursor: pointer;
& .action-link {
margin: 0 2px;
padding: 5px;
border-radius: 7px;
}
}
& li:last-child::after {
content: none;
}
}
}