Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
style: font size
Browse files Browse the repository at this point in the history
Change-Id: Iae2a012b23d0c660b8eb8025ef72c4c53e9dffaa
  • Loading branch information
myml committed Dec 28, 2018
1 parent ffe8d8c commit ec4bcce
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,12 @@
justify-content: space-around;
.version {
color: gray;
font-size: 0.8rem;
font-size: 0.9rem;
}
}
.time {
width: 150px;
color: gray;
font-size: 0.8rem;
}
.progressInfo {
min-width: 200px;
Expand Down Expand Up @@ -103,7 +102,8 @@ progress[value] {
&::-webkit-progress-bar {
height: 6px;
border-radius: 4px;
box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05),
inset 0 0 0 1px rgba(0, 0, 0, 0.05);
background-color: var(--main-title-hr-color);
}
&::-webkit-progress-value {
Expand Down

0 comments on commit ec4bcce

Please sign in to comment.