2022-04-27 19:04:00 +00:00
|
|
|
.usernameForm {
|
2021-05-25 00:08:56 +00:00
|
|
|
width: 300px;
|
2022-04-27 19:04:00 +00:00
|
|
|
margin-bottom: 0;
|
2021-09-23 17:42:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.nav {
|
2023-07-23 15:08:43 +00:00
|
|
|
margin: 1rem 0;
|
|
|
|
justify-content: start;
|
|
|
|
font-size: 110%;
|
2021-09-23 17:42:00 +00:00
|
|
|
}
|
|
|
|
|
2023-07-23 15:08:43 +00:00
|
|
|
.nav :global .nav-link {
|
2021-09-23 17:42:00 +00:00
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
2023-07-23 15:08:43 +00:00
|
|
|
.nav :global .nav-item:not(:first-child) {
|
|
|
|
margin-left: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav :global .active {
|
2023-07-24 18:35:05 +00:00
|
|
|
border-bottom: 2px solid var(--bs-primary);
|
2022-04-27 19:04:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.userimg {
|
|
|
|
clip-path: polygon(0% 0%, 83% 0%, 100% 100%, 17% 100%);
|
|
|
|
object-fit: cover;
|
|
|
|
}
|
|
|
|
|
|
|
|
.username {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 150%;
|
|
|
|
line-height: 1.25rem;
|
|
|
|
}
|
2024-02-14 19:33:31 +00:00
|
|
|
|
|
|
|
.social {
|
|
|
|
font-weight: bold;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2024-02-14 21:06:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.grid {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: auto minmax(0, 1fr);
|
2024-02-14 19:33:31 +00:00
|
|
|
}
|