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/connectionStatus/ConnectionStatusAlert.css

19 lines
260 B

.ConnectionStatusAlert {
position: fixed;
z-index: 1000000;
top: 0;
width: 100%;
padding: 2px;
text-align: center;
color: #916302;
border-bottom-width: 1px;
background-color: #fffdf9;
}
.ConnectionStatusAlert__link {
color: var(--color-blue);
}