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.
 
 
 
 

23 regels
544 B

  1. @import '../../_global/styles/mixins';
  2. @import '../../_global/styles/vars';
  3. .teaser .social-box {
  4. position: relative;
  5. border: 4px solid var(--theme-color-primary-dimmed-03);
  6. margin-left: -2px;
  7. margin-right: -2px;
  8. padding: 10px;
  9. flex: 1 1 100%;
  10. background-color: white;
  11. background-image: url('../../assets/img/preload.svg');
  12. background-size: 80px;
  13. background-position: center;
  14. background-repeat: no-repeat;
  15. iframe {
  16. display: block;
  17. border: 0;
  18. height: 100% !important;
  19. min-height: 500px !important;
  20. }
  21. }