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

44 lines
601 B

.PageNotFound {
width: 100%;
min-height: 100vh;
padding: 10%;
text-align: center;
color: white;
background-color: var(--rc-color-primary);
background-image: url('/images/404.svg');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.PageNotFound__404 {
display: block;
padding: 10px;
font-size: 4em;
font-weight: bold;
}
.PageNotFound__message {
display: block;
padding: 10px;
font-size: 2em;
font-weight: bold;
}
.PageNotFound__description {
display: block;
padding: 10px;
font-size: 1em;
}
.PageNotFound__actions {
margin: 2rem;
}