Skip to content

Commit

Permalink
Performance Profiler: updates calypso loader bg color.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpap committed Sep 13, 2024
1 parent 5d600a8 commit ba1250f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/performance-profiler/pages/dashboard/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

$blueberry-color: #3858e9;

.is-group-performance-profiler:not(.is-focus-content) {
background: linear-gradient(180deg, var(--studio-gray-100) 25.44%, rgba(16, 21, 23, 0) 100%), url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjEiIGZpbGw9IndoaXRlIiBmaWxsLW9wYWNpdHk9IjAuMjUiLz4KPC9zdmc+Cg==) repeat, var(--studio-gray-100);
}

.is-group-performance-profiler .layout__content {
padding: 0;
background: #fff;
Expand Down

0 comments on commit ba1250f

Please sign in to comment.