index.less 336 B

123456789101112131415161718192021
  1. /**
  2. * Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
  3. * SPDX-License-Identifier: MIT
  4. */
  5. .doc-feature-overview {
  6. position: relative;
  7. z-index: 1;
  8. .gedit-playground {
  9. position: relative;
  10. width: 100%;
  11. height: 600px;
  12. }
  13. .fixed-demo-tools {
  14. position: relative;
  15. bottom: 40px;
  16. color: black;
  17. }
  18. }