ChatGPT-Next-Web/app/components/settings.module.scss

21 lines
237 B
SCSS
Raw Normal View History

2023-03-13 16:25:07 +00:00
@import "./window.scss";
.settings {
padding: 20px;
2023-03-21 16:20:32 +00:00
overflow: auto;
2023-03-13 16:25:07 +00:00
}
.settings-title {
font-size: 14px;
font-weight: bolder;
}
2023-03-21 16:20:32 +00:00
.settings-sub-title {
font-size: 12px;
font-weight: normal;
}
2023-03-13 16:25:07 +00:00
.avatar {
cursor: pointer;
2023-03-21 16:20:32 +00:00
}