Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
changed loader to be pink and thicker
Browse files Browse the repository at this point in the history
  • Loading branch information
juaneth committed May 21, 2022
1 parent 17e94c8 commit ef07bbd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions src/loader.css
Expand Up @@ -37,9 +37,9 @@
margin-top: -10px;
margin-left: -10px;
border-radius: 50%;
border: 1px solid #f6f;
border-top-color: #0e0;
border-right-color: #0dd;
border-bottom-color: #f90;
border: 3px solid #f98298;
border-top-color: #f98298;
border-right-color: #f98298;
border-bottom-color: #8d5b64;
animation: spinner 0.6s linear infinite;
}
10 changes: 5 additions & 5 deletions src/manage-remotes/page-loader.css
Expand Up @@ -6,7 +6,7 @@
top: 9vh;
height: 91vh;
width: 100%;
background: rgb(34, 34, 34);
background: #374151;
z-index: 90000;
}

Expand All @@ -32,9 +32,9 @@
margin-top: -10px;
margin-left: -10px;
border-radius: 50%;
border: 1px solid #f6f;
border-top-color: #0e0;
border-right-color: #0dd;
border-bottom-color: #f90;
border: 3px solid #f98298;
border-top-color: #f98298;
border-right-color: #f98298;
border-bottom-color: #8d5b64;
animation: spinner 0.6s linear infinite;
}

0 comments on commit ef07bbd

Please sign in to comment.