16 lines
287 B
CSS
16 lines
287 B
CSS
|
#profile-wrap {
|
||
|
cursor: pointer;
|
||
|
margin-left: auto;
|
||
|
}
|
||
|
|
||
|
.profile-link {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
.profileMenuContainer {
|
||
|
position: absolute;
|
||
|
background-color: #505050;
|
||
|
padding: 12px 10px 12px;
|
||
|
right: 0;
|
||
|
border: 2px solid #0f0f0f;
|
||
|
border-radius: 10px;
|
||
|
}
|