| .user-avatar-wrapper { | |
| display: flex; | |
| flex-direction: column; | |
| position: relative; | |
| } | |
| .user-avatar-link { | |
| cursor: pointer; | |
| } | |
| .user-overlay-panel { | |
| display: flex; | |
| flex-direction: column; | |
| gap: 0.5rem; | |
| padding: 0.5rem; | |
| } | |
| .dialog-container { | |
| display: flex; | |
| flex-direction: column; | |
| gap: 2rem; | |
| text-align: center; | |
| margin-top: 2rem; | |
| } | |
| .dialog-input-group { | |
| .p-float-label { | |
| width: 100%; | |
| } | |
| .p-inputtext { | |
| width: 100%; | |
| } | |
| } | |
| .dialog-button-group { | |
| .p-button { | |
| margin-right: 1rem; | |
| } | |
| } |