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/setupWizard/Steps.css

25 lines
377 B

.SetupWizard__Steps {
flex: 1 1 auto;
height: 100vh;
padding: 1rem;
}
.SetupWizard__Steps-wrapper {
overflow: auto;
width: 100%;
height: 100%;
padding: 1rem 3rem;
border-radius: 2px;
background-color: var(--color-white);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
justify-content: center;
}
@media (width <= 760px) {
.SetupWizard__Steps {
padding: 0;
}
}