Current path: home/webdevt/cryptoimpot.fr/public/dist/css/
?? Go up: /home/webdevt/cryptoimpot.fr/public/dist
@charset "UTF-8";
/*
* jQuery File Upload Plugin CSS Example
* https://github.com/blueimp/jQuery-File-Upload
*
* Copyright 2013, Sebastian Tschan
* https://blueimp.net
*
* Licensed under the MIT license:
* https://opensource.org/licenses/MIT
*/
body {
background-color: #fff !important;
}
.border-1 {
border-style:solid;
border-width: 1px;
}
.border-2 {
border-style:solid;
border-width: 2px;
}
.border-3 {
border-width: 3px !important;
}
.border-4 {
border-style:solid;
border-width: 4px;
}
.border-5 {
border-style:solid;
border-width: 5px;
}
.border-10 {
border-style:solid;
border-width: 10px;
}
#btnTop {
display: none; /* Hidden by default */
position: fixed; /* Fixed/sticky position */
bottom: 22px; /* Place the button at the bottom of the page */
right: 150px; /* Place the button 30px from the right */
z-index: 99; /* Make sure it does not overlap */
border: none; /* Remove borders */
outline: none; /* Remove outline */
background-color: #003070; /* Set a background color */
color: white; /* Text color */
cursor: pointer; /* Add a mouse pointer on hover */
padding: 15px; /* Some padding */
width: 60px;
border-radius: 25%; /* Rounded corners */
font-size: 18px; /* Increase font size */
}
#btnTop:hover {
background-color: #555; /* Add a dark-grey background on hover */
}