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.
 
 
 
 

20 lines
441 B

  1. @import '../../_global/styles/mixins';
  2. @import '../../_global/styles/vars';
  3. .interview-item {
  4. margin: 40px 50px 20px 0;
  5. padding: 20px;
  6. border: 2px solid var(--theme-color-primary);
  7. border-radius: 20px 20px 20px 0;
  8. font-weight: 400;
  9. .headline {
  10. padding-bottom: 10px;
  11. font-weight: 600;
  12. }
  13. &.partner {
  14. margin: 0 0 20px 50px;
  15. border-color: var(--theme-color-secondary);
  16. border-radius: 20px 0 20px 20px;
  17. }
  18. }