inject.less 470 B

12345678910111213141516171819202122
  1. .inject{
  2. display: flex;
  3. .illustration{
  4. width: 250px;
  5. min-width: 250px;
  6. display: flex;
  7. align-items: center;
  8. margin-right: 30px;
  9. }
  10. .meta{
  11. border-top: 1px solid #eeeeee;
  12. border-bottom: 1px solid #eee;
  13. padding: 20px 20px 20px 0;
  14. .title{
  15. line-height: 24px;
  16. margin: 0;
  17. a{
  18. font: 700 22px "Golos Text",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Ubuntu,Arial,sans-serif;
  19. }
  20. }
  21. }
  22. }