mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 10:26:17 +00:00
16 lines
286 B
CSS
16 lines
286 B
CSS
![]() |
.user-details-popover {
|
||
|
border: 1px solid #eee;
|
||
|
border-radius: 4px;
|
||
|
box-shadow: 0 0 14px rgba(0, 0, 0, 0.14);
|
||
|
background: #fff;
|
||
|
z-index: 1000;
|
||
|
left: 2px;
|
||
|
}
|
||
|
.user-details-main {
|
||
|
border-bottom: 1px solid #eee;
|
||
|
}
|
||
|
.user-details-name {
|
||
|
font-size: 1rem;
|
||
|
font-weight: 500;
|
||
|
}
|