EscolaLMS/Front

View on GitHub
src/components/TutorsSection/TutorsSectionStyles.tsx

Summary

Maintainability
A
0 mins
Test Coverage
import styled from "styled-components";

export const TutorsSectionStyles = styled.div`
  .section-tutor {
    .ranking-row {
      display: none !important;
    }
    .title {
      margin-bottom: 20px;
    }
  }
`;