index.less 299 B

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