index.less 199 B

12345678910111213
  1. .doc-feature-overview {
  2. .gedit-playground {
  3. position: relative;
  4. width: 100%;
  5. height: 500px;
  6. }
  7. .fixed-demo-tools {
  8. position: relative;
  9. bottom: 40px;
  10. color: black;
  11. }
  12. }