style.scss 442 B

1234567891011121314151617181920212223
  1. .wiacademy {
  2. overflow: hidden;
  3. flex: none;
  4. }
  5. .wiacademy__content {
  6. display: -webkit-box;
  7. display: -ms-flexbox;
  8. display: flex;
  9. flex-direction: row;
  10. flex-wrap: nowrap;
  11. align-items: flex-end;
  12. justify-content: space-between;
  13. }
  14. .wiacademy__content img {
  15. display: block;
  16. }
  17. .wiacademy__border {
  18. background-image: linear-gradient(117deg, rgb(236, 102, 60) 0%, rgb(222, 60, 62) 100%);
  19. height: 5px;
  20. }