1234567891011121314151617181920212223242526272829 |
- @import "./window.scss";
- .settings {
- padding: 20px;
- overflow: auto;
- }
- .settings-title {
- font-size: 14px;
- font-weight: bolder;
- }
- .settings-sub-title {
- font-size: 12px;
- font-weight: normal;
- }
- .avatar {
- cursor: pointer;
- }
- .password-input {
- display: flex;
- justify-content: flex-end;
- .password-eye {
- margin-right: 4px;
- }
- }
|