blob: 16f872d859a8973e3e2e5816fef54a5f318fcd25 [file] [log] [blame]
LaoeGaoci656ab002025-06-05 17:48:28 +08001.user-avatar-wrapper {
2 display: flex;
3 flex-direction: column;
4 position: relative;
5}
6
7.user-avatar-link {
8 cursor: pointer;
9}
10
11.user-overlay-panel {
12 display: flex;
13 flex-direction: column;
14 gap: 0.5rem;
15 padding: 0.5rem;
16}
17
18.dialog-container {
19 display: flex;
20 flex-direction: column;
21 gap: 2rem;
22 text-align: center;
23 margin-top: 2rem;
24}
25
26.dialog-input-group {
27
28 .p-float-label {
29 width: 100%;
30 }
31
32 .p-inputtext {
33 width: 100%;
34 }
35}
36
37.dialog-button-group {
38 .p-button {
39 margin-right: 1rem;
40 }
41}