Skip to content

Commit

Permalink
Update _friends.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
SlippingGitty authored Mar 31, 2024
1 parent c017627 commit b2939eb
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions src/_friends.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}

/* Friends themselves */
.peopleListItem_d14722 {
.peopleListItem_dab480 {
backdrop-filter: blur(20px);
box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.483);
border: 1px solid var(--surCordBorder);
Expand All @@ -20,7 +20,7 @@
margin-top: 13px;
padding-left: 10px;
}
.peopleListItem_d14722:hover {
.peopleListItem_dab480:hover {
backdrop-filter: blur(20px);
box-shadow: 0 0 3px 1px var(--accent);
transition: 0.3s;
Expand All @@ -31,36 +31,36 @@
margin-bottom: 13px;
margin-top: 13px;
}
.peopleListItem_d14722.active__6b8ff {
.peopleListItem_dab480.active__6b8ff {
background: rgba(41, 38, 39, 0.276);
margin-top: 13px;
border: 1px solid var(--surCordBorder);
box-shadow: 0 0 3px 1px var(--accent);
border-radius: 5px;
}
.peopleListItem_d14722.active__6b8ff+.peopleListItem_d14722, .peopleListItem_d14722:hover+.peopleListItem_d14722 {
.peopleListItem_dab480.active__6b8ff+.peopleListItem_dab480, .peopleListItem_dab480:hover+.peopleListItem_dab480 {
border: 1px solid var(--surCordBorder);
}
.actions_c08157 {
.actions_bd37ed {
padding-right: 10px;
}
.actionButton__23182 {
.actionButton__2b4bb {
margin-right: 13px;
}
.peopleColumn__51df3 {
.peopleColumn__0c784 {
background: var(--surcordFriendsBackground);
border-left: 0.5px solid black;
}
.highlight__5b64b {
.highlight__57b9f {
background-color: var(--accent-selected) !important;
}

.theme-light {
.peopleColumn__51df3 {
.peopleColumn__0c784 {
background: var(--background-primary);
border-left: 0.5px solid rgba(186, 186, 186, 0.386);
}
.peopleListItem_d14722 {
.peopleListItem_dab480 {
background: rgba(226, 221, 225, 0.89);
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.146);
border: 1px solid rgba(249, 249, 249, 0.772);
Expand All @@ -70,22 +70,22 @@
margin-top: 13px;
padding-left: 10px;
}
.peopleListItem_d14722:hover, .peopleListItem_d14722.active__6b8ff {
.peopleListItem_dab480:hover, .peopleListItem_dab480.active__6b8ff {
box-shadow: 0 0 3px 1px var(--accent);
}
.side-2ur1Qk .themed-2-lozF.selected-g-kMVV.item-3XjbnG,
.topPill-3DJJNV .themed-2-lozF.selected-g-kMVV.item-3XjbnG,
.interactiveSelected_ec846b,
.interactiveSelected_ec846b .linkButtonIcon__2f35b {
.interactiveSelected__689f0,
.interactiveSelected__689f0 .linkButtonIcon_cff89e {
color: white;
}
.peopleListItem_d14722.active__6b8ff+.peopleListItem_d14722, .peopleListItem_d14722:hover+.peopleListItem_d14722 {
.peopleListItem_dab480.active__6b8ff+.peopleListItem_dab480, .peopleListItem_dab480:hover+.peopleListItem_dab480 {
border: 1px solid rgba(249, 249, 249, 0.772);
}
}

/* Active Now */
.itemCard__1f162 {
.itemCard_b64118 {
backdrop-filter: blur(20px);
box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.483);
border: 1px solid var(--surCordBorder);
Expand All @@ -95,13 +95,13 @@
margin-top: 13px;
padding-left: 10px;
}
.section_efc22d:only-child {
.section__253ec:only-child {
border: 1px solid var(--surCordBorder);
box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.483);
}

.theme-light {
.itemCard__1f162 {
.itemCard_b64118 {
background: rgba(216, 215, 216, 0.89);
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.146);
border: 1px solid rgba(249, 249, 249, 0.772);
Expand All @@ -110,14 +110,14 @@
margin-top: 13px;
padding-left: 10px;
}
.section_efc22d:only-child {
.section__253ec:only-child {
background: rgba(226, 221, 225, 0.89);
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.146);
border: 1px solid rgba(249, 249, 249, 0.772);
backdrop-filter: blur(10px);
}
}
.itemCard__1f162:hover {
.itemCard_b64118:hover {
backdrop-filter: blur(20px);
box-shadow: 0 0 3px 1px rgba(26, 127, 251, 0.487);
border-radius: 10px;
Expand All @@ -130,10 +130,10 @@
}

/* Add Friend Text Box*/
.addFriendInputWrapper__4bf8e .inputDefault-3FGxgL {
.addFriendInputWrapper__2b30b .inputDefault-3FGxgL {
border: 1px solid rgba(97, 96, 99, 0);
}
.addFriendInputWrapper__4bf8e {
.addFriendInputWrapper__2b30b {
backdrop-filter: blur(20px);
box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.483);
border: 1px solid var(--surCordBorder);
Expand Down

0 comments on commit b2939eb

Please sign in to comment.