mirror of
https://gitee.com/ByteDance/flowgram.ai.git
synced 2025-07-07 17:43:29 +08:00
* chore: add license-header * chore: add precommit * chore: add license header * fix: only js & shell style
19 lines
308 B
Plaintext
19 lines
308 B
Plaintext
/**
|
|
* Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
.doc-free-feature-overview {
|
|
.demo-container {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 600px;
|
|
}
|
|
|
|
.demo-free-layout-tools {
|
|
position: relative;
|
|
bottom: 40px;
|
|
color: black;
|
|
}
|
|
}
|