Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 1374 | Autoría | Ultima modificación | Ver Log |

@import '../../styles/variables.scss';

.policies__page {
  h1 {
    margin-bottom: 1rem;
  }

  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 0.5rem;
  }

  > p {
    margin-bottom: 0.5rem;
  }

  table {
    background-color: $bg-color;

    &,
    tr,
    td {
      border: 1px solid $border-primary;
    }

    td {
      padding: 5px;
    }
  }
}