mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-20 21:21:44 +01:00
10 lines
153 B
Plaintext
10 lines
153 B
Plaintext
// Copyright 2023, Command Line Inc.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
@import "./reset.less";
|
|
|
|
#main {
|
|
margin-top: 50px;
|
|
padding: 20px;
|
|
}
|