Advertisement
mushroomh3ad

step

Oct 15th, 2024
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. /* CUSTOMIZAÇÃO DA STEP PAGE */
  2.  
  3. .step {
  4.   display: none;
  5. }
  6. .step.active {
  7.   display: block;
  8. }
  9. .step-buttons {
  10.   margin-top: 20px;
  11. }
  12. .error {
  13.   color: red;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement