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/Step.css

26 lines
285 B

.SetupWizard__Step {
display: none;
flex-direction: column;
max-width: 350px;
margin: 2rem auto;
transition: opacity 1s;
opacity: 1;
&--active {
display: flex;
}
&--working {
opacity: 0.5;
}
}
@media (width <= 760px) {
.SetupWizard__Step {
margin: 0 auto;
}
}