slogan.scss 306 B

12345678910111213141516
  1. .slogan {
  2. font-family: $fontcuprum;
  3. font-weight: 700;
  4. color: #ffffff;
  5. font-size: 25px;
  6. display: -webkit-flex;
  7. display: -ms-flex;
  8. display: flex;
  9. flex-direction: row;
  10. justify-content: flex-start;
  11. align-items: center;
  12. &__text {
  13. padding-left: 35px;
  14. }
  15. }