Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ewsgit authored Feb 23, 2023
1 parent 0595d84 commit 514725d
Showing 1 changed file with 53 additions and 2 deletions.
55 changes: 53 additions & 2 deletions sharepoint.com/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
> div
> div
> div.minimisedProfile_93c78e54
> div:hover {
> div:active {
filter: blur(0rem);
}

Expand Down Expand Up @@ -51,7 +51,7 @@
#myProfileByCloudDesignBox_93c78e54
> div
> div
> div.minimisedProfile_93c78e54:hover::before {
> div.minimisedProfile_93c78e54:active::before {
opacity: 0 !important;
}

Expand All @@ -74,4 +74,55 @@

#mectrl_currentAccount_picture > div {
filter: blur(0.75rem);
}

#myProfileByCloudDesignBox_93c78e54 > div > div {
border-radius: 1rem;
padding-bottom: 0 !important;
}

#row_c5fb267a > div > div > div {
border-radius: 1rem;
}

#myProfileByCloudDesignBox_93c78e54 > div > div > div.minimisedWelcome_93c78e54 {
margin: 0 !important;
}

.myProfileByCloudDesignBox_93c78e54 .minimisedmode_93c78e54 .minimisedWelcome_93c78e54 {
max-width: unset !important;
}

#myProfileByCloudDesignBox_93c78e54 > div > div > div.minimisedWelcome_93c78e54 > div > div:nth-child(2) > div {
padding-top: 0 !important;
padding: 0.5rem;
}

#myProfileByCloudDesignBox_93c78e54 > div > div > div.minimisedWelcome_93c78e54 > div > div:nth-child(1) > div {
padding-top: 0 !important;
padding: 0.5rem;
padding-bottom: 0.125rem !important;
}

#myProfileByCloudDesignBox_93c78e54 > div > div > div.minimisedWelcome_93c78e54 > div > div:nth-child(2) > div > a {
border-radius: 0 0 0.5rem 0.5rem;
border: none !important;
transition: all 125ms ease-in-out;
}

#myProfileByCloudDesignBox_93c78e54 > div > div > div.minimisedWelcome_93c78e54 > div > div:nth-child(1) > div > a {
border-radius: 0.5rem 0.5rem 0 0;
border: none !important;
transition: all 125ms ease-in-out;
}

#\37 d76f3b1-1aa6-4be4-8861-f57eb901f804 > div > div > div > div > div {
margin: 0 !important;
max-width: unset !important;
border-radius: 1rem !important;
overflow: hidden !important;
}

#cdb-my-assignments > div.footer_9c6acd98 {
display: none !important;
}

0 comments on commit 514725d

Please sign in to comment.