mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-01-18 16:54:25 +08:00
14 lines
151 B
SCSS
14 lines
151 B
SCSS
@import "./window.scss";
|
|
|
|
.settings {
|
|
padding: 20px;
|
|
}
|
|
|
|
.settings-title {
|
|
font-size: 14px;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
.avatar {
|
|
cursor: pointer;
|
|
} |