Skip to content

Commit

Permalink
Profile page
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed Feb 11, 2025
1 parent 56fe348 commit a21b9d3
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions react-common/styles/profile/profile.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
flex-direction: row;
height: 100%;

--header-text-color: #000000;
--profile-portrait-border-color: #ffffff;
--profile-username-color: #999999;
--background-color: #fef3e0;
--avatar-initials-background-color: #028B9B;
--avatar-initials-text-color: #ffffff;
--user-pane-border-color: #e4dbca;
--notification-background-color: #ffffff;
--notification-icon-background-color: #ffffff;
--notification-icon-color: #000000;
--badge-list-subtitle-color: #aba9a5;
--header-text-color: var(--pxt-target-foreground1);
--profile-portrait-border-color: var(--pxt-target-stencil1);
--profile-username-color: var(--pxt-target-foreground1);
--background-color: var(--pxt-target-background1);
--avatar-initials-background-color: var(--pxt-secondary-background);
--avatar-initials-text-color: var(--pxt-target-foreground1);
--user-pane-border-color: var(--pxt-target-stencil1);
--notification-background-color: var(--pxt-target-background2);
--notification-icon-background-color: var(--pxt-target-background1);
--notification-icon-color: var(--pxt-target-foreground1);
--badge-list-subtitle-color: var(--pxt-neutral-alpha50);
--body-font-family: "Share Tech Mono", Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace;
}

Expand Down Expand Up @@ -103,7 +103,7 @@

.profile-notification {
width: 100%;
border: solid 1px black;
border: solid 1px var(--pxt-target-stencil1);
position: relative;
border-radius: 1rem;
padding: 1rem;
Expand All @@ -127,7 +127,7 @@
.profile-notification .profile-notification-icon {
width: 3.25rem;
height: 3.25rem;
border: solid 1px black;
border: solid 1px var(--pxt-target-stencil1);
border-radius: 50%;
position: absolute;
top: -1.625rem;
Expand Down

0 comments on commit a21b9d3

Please sign in to comment.