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/pageNotFound/PageNotFound.css

17 lines
301 B

.PageNotFound {
width: 100%;
min-height: 100vh;
text-align: center;
background-color: var(--rc-color-primary);
background-image: url('/images/404.svg');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
&__404 {
font-size: 4em;
font-weight: bold;
}
}