File size: 363 Bytes
db242f8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
@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;
}