EscolaLMS/Front

View on GitHub
src/components/Consultations/ConsultationCard/MeetModal/MeetModalStyles.tsx

Summary

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

export const ConsultationMeetModalStyles = styled.div`
  iframe {
    width: 100% !important;
    height: calc(100vh - 76px);
    border: none;
  }
`;