fix(uploadings_panel): normalize styles and clean up

This commit is contained in:
hexxa 2022-03-18 19:26:37 +08:00 committed by Hexxa
parent e013acadfe
commit d022ea064d
6 changed files with 134 additions and 178 deletions

View file

@ -22,9 +22,6 @@ html {
"Arial", sans-serif;
font-size: 62.5%;
}
body {
line-height: 200%;
}
*:focus {
outline: none;
}
@ -68,16 +65,12 @@ table {
}
input {
font-size: 1.4rem;
font-size: 1.2rem;
line-height: 1.4rem;
height: 1.4rem;
font-weight: bold;
border: none;
padding: 0.8rem 1rem;
width: 10rem;
border: solid 1px #95a5a6;
border-radius: 0.5rem;
transition: opacity 300ms, box-shadow 300ms;
}
@ -87,13 +80,14 @@ input:focus {
button {
cursor: pointer;
font-size: 1.2rem;
line-height: 1.2rem;
padding: 1rem 1rem;
font-weight: bold;
border: none;
border-radius: 0.5rem;
outline: none;
padding: 0.8rem 1rem;
font-weight: bold;
border-radius: 0.5rem;
transition: opacity 300ms;
}