You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_policy.scss 255B

123456789101112131415
  1. .policy {
  2. &__logo {
  3. display: block;
  4. width: 200px;
  5. height: 50px;
  6. margin: 30px auto 0;
  7. }
  8. &__text {
  9. text-align: center;
  10. font-size: 14px;
  11. line-height: 21px;
  12. font-weight: 300;
  13. }
  14. }