Skip to content

Commit

Permalink
feat: add subtitle in preloader
Browse files Browse the repository at this point in the history
  • Loading branch information
ElonH committed Jul 4, 2020
1 parent e102370 commit b457e3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<app-rng>
<div class="loading">
<h1>RcloneNg</h1>
<h3>An angular web application for Rclone</h3>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 134.1 150.1">
<path
d="M128.6,69.6c-4.1-7.1-10.2-12.8-17.5-16.3c-0.9,5-2.7,9.7-5.2,14.1l-4.1,7.1c8.6,4.8,11.7,15.7,6.9,24.3 s-15.7,11.7-24.3,6.9c-2.8-1.6-5.2-3.9-6.8-6.7l-8.3-14.3H56l-6.7,11.6l8.3,14.3c11.3,19.6,36.4,26.3,56,15S139.9,89.2,128.6,69.6 "
Expand Down Expand Up @@ -55,6 +56,10 @@ <h1>RcloneNg</h1>
animation: rotation 1.5s infinite linear;
}

div.loading > h3 {
font-size: 1rem;
}

div.loading > span {
font-size: 2.25rem;
font-weight: 700;
Expand Down

0 comments on commit b457e3f

Please sign in to comment.