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.

_share-screen-warning.scss 370B

1234567891011121314151617181920212223
  1. .share-screen-warn-dialog {
  2. font-size: 14px;
  3. .separator-line {
  4. margin: 24px 0 24px -20px;
  5. padding: 0 20px;
  6. width: 100%;
  7. height: 1px;
  8. background: #5E6D7A;
  9. &:last-child {
  10. display: none;
  11. }
  12. }
  13. .header {
  14. font-weight: 600;
  15. }
  16. .description {
  17. margin-top: 16px;
  18. }
  19. }