mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-09 19:55:34 +00:00
Add stylelint and fix a few errors
This commit is contained in:
@@ -12,6 +12,7 @@ html {
|
||||
align-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
input, select, textarea, button {
|
||||
font-family: inherit;
|
||||
}
|
||||
@@ -34,7 +35,6 @@ input, select, textarea, button {
|
||||
|
||||
.upload-window {
|
||||
border: 1px dashed;
|
||||
width: 50%;
|
||||
margin: 0 auto;
|
||||
width: 470px;
|
||||
height: 250px;
|
||||
@@ -120,7 +120,7 @@ td {
|
||||
visibility: hidden;
|
||||
width: 160px;
|
||||
background-color: #555;
|
||||
color: #fff;
|
||||
color: #FFF;
|
||||
text-align: center;
|
||||
border-radius: 6px;
|
||||
padding: 8px 0;
|
||||
@@ -142,7 +142,7 @@ td {
|
||||
margin-left: -5px;
|
||||
border-width: 5px;
|
||||
border-style: solid;
|
||||
border-color: #555 transparent transparent transparent;
|
||||
border-color: #555 transparent transparent;
|
||||
}
|
||||
|
||||
.popup .show {
|
||||
@@ -154,7 +154,6 @@ td {
|
||||
|
||||
/** share-link **/
|
||||
.share-window {
|
||||
width: 50%;
|
||||
margin: 0 auto;
|
||||
width: 470px;
|
||||
height: 250px;
|
||||
|
||||
Reference in New Issue
Block a user