Skip to content

Commit d793a9b

Browse files
authored
Merge pull request #2 from oka4shi/fix/add-css
CSSファイルを追加
2 parents c8b6bf1 + 8770d8d commit d793a9b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

app/src/style.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
progress {
2+
height: 1rem;
3+
width: min(100%, 30rem);
4+
5+
appearance: none;
6+
-webkit-appearance: none;
7+
box-shadow: none;
8+
border-radius: 0.5rem;
9+
}
10+
11+
progress,
12+
progress::-webkit-progress-bar {
13+
background-color: #eee;
14+
border-radius: 0.5rem;
15+
}
16+
17+
progress::-webkit-progress-value,
18+
progress::-moz-progress-bar {
19+
background-color: rgb(0, 160, 0);
20+
border-radius: 0.5rem;
21+
}

0 commit comments

Comments
 (0)