writefull.scss 623 B

123456789101112131415161718192021222324252627282930313233343536
  1. .writefull-loading-bar {
  2. font-size: var(--font-size-02);
  3. height: 40px;
  4. justify-content: center;
  5. }
  6. .writefull-error-notification {
  7. margin: 48px 64px;
  8. width: 100%;
  9. max-width: 520px;
  10. text-align: left;
  11. }
  12. .feature-rebrand-promo-container {
  13. z-index: 12;
  14. position: absolute;
  15. bottom: 15px;
  16. right: 15px;
  17. background: $bg-dark-primary;
  18. color: $content-primary-dark;
  19. max-width: 450px;
  20. }
  21. .feature-rebrand-promo-title-container {
  22. display: flex;
  23. justify-content: space-between;
  24. }
  25. .feature-rebrand-promo-title-text {
  26. color: white;
  27. font-size: 14px;
  28. }
  29. .feature-rebrand-promo-body {
  30. color: white;
  31. }