BG5's picture
Upload 253 files
db242f8
@import "../window";
.settings {
padding: 20px;
overflow: auto;
width: 800px;
margin: 0 auto;
}
@media only screen and (max-width: 1140px) {
.settings {
width: calc(100% - 40px);
}
}
.settings-title {
font-size: 14px;
font-weight: bolder;
}
.settings-sub-title {
font-size: 12px;
font-weight: normal;
}
.avatar {
cursor: pointer;
}