fix(uploadings_panel): normalize styles and clean up
This commit is contained in:
parent
e013acadfe
commit
d022ea064d
6 changed files with 134 additions and 178 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue