_installer.scss 235 B

123456789101112131415
  1. #installer-form-container > .grw-custom-nav-tab {
  2. .nav-title {
  3. width: 100%;
  4. li {
  5. width: 100%;
  6. text-align: center;
  7. }
  8. }
  9. .nav-link {
  10. color: white;
  11. }
  12. .grw-nav-slide-hr {
  13. border-color: white;
  14. }
  15. }