mirror of
https://github.com/timvisee/send.git
synced 2026-04-24 22:44:34 -04:00
add cancel buttons
This commit is contained in:
@@ -139,6 +139,18 @@ a {
|
||||
}
|
||||
}
|
||||
|
||||
.btn--cancel {
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
background: none;
|
||||
color: var(--errorColor);
|
||||
border: none;
|
||||
}
|
||||
|
||||
.uploadCancel:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.input {
|
||||
border: 1px solid var(--lightBorderColor);
|
||||
font-size: 20px;
|
||||
|
||||
Reference in New Issue
Block a user