better ui for deletion token on multiple upload

This commit is contained in:
Andrea Spacca 2021-07-23 11:35:38 +02:00
parent c17d678a22
commit 596fe60a5d
5 changed files with 52 additions and 36 deletions

File diff suppressed because one or more lines are too long

View File

@ -14,6 +14,14 @@
.btn-home {
margin: 50px 0 25px 0;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
margin-right: 20px;
border: 0;
border-top: 1px solid #eeeeee;
height: 0;
}
}

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
@import "../bower_components/videojs/dist/video-js.min.css";
@import "../bower_components/videojs/dist/video-js.css";
article,
aside,
details,
@ -6092,6 +6092,14 @@ a:hover {
#home .btn-home {
margin: 50px 0 25px 0;
}
#home hr {
margin-top: 20px;
margin-bottom: 20px;
margin-right: 20px;
border: 0;
border-top: 1px solid #eeeeee;
height: 0;
}
#web,
.terminal {
word-wrap: break-word;

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
@import "includes/home";
@import "includes/pages";
@import "includes/reviews";
@import "../bower_components/videojs/dist/video-js.min.css";
@import "../bower_components/videojs/dist/video-js.css";
@import "includes/video-js";
@import "includes/transfersh-icons";
@import "includes/preview";