mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-23 10:01:04 +00:00
Linting fixes
This commit is contained in:
parent
b5cc75e078
commit
a011a9eab5
1 changed files with 3 additions and 2 deletions
|
@ -102,13 +102,14 @@ input[type=file]::file-selector-button {
|
||||||
height: 2.5em;
|
height: 2.5em;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
padding-bottom: calc(.5em - 1px);
|
padding-bottom: calc(0.5em - 1px);
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
padding-right: 1em;
|
padding-right: 1em;
|
||||||
padding-top: calc(.5em - 1px);
|
padding-top: calc(0.5em - 1px);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=file]::file-selector-button:hover {
|
input[type=file]::file-selector-button:hover {
|
||||||
border-color: #b5b5b5;
|
border-color: #b5b5b5;
|
||||||
color: #363636;
|
color: #363636;
|
||||||
|
|
Loading…
Reference in a new issue