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/client/components/ModalSeparator/style.css

20 lines
270 B

.modal-separator {
display: flex;
text-align: center;
text-transform: uppercase;
font-size: 0.625rem;
font-weight: normal;
}
.modal-separator::before,
.modal-separator::after {
flex: 1;
margin: auto 0.8em;
content: '';
border-bottom: solid 2px #f2f3f5;
}