I am a hacker in the dark of a very cold night
path :/var/www/html/vorne.webheaydemo.com
upload file:
List of files:
| name file |
size |
edit |
permission |
action |
| .editorconfig | 276 KB | March 05 2024 07:12:34 | 0666 |
|
| .env | 1385 KB | May 24 2024 16:43:55 | 0666 |
|
| .env.example | 1088 KB | March 05 2024 07:12:34 | 0666 |
|
| .gitattributes | 190 KB | March 05 2024 07:12:34 | 0666 |
|
| .gitignore | 245 KB | March 05 2024 07:12:34 | 0666 |
|
| .htaccess | 947 KB | July 04 2023 21:25:08 | 0664 |
|
| .rnd | 1024 KB | March 13 2024 04:51:14 | 0666 |
|
| README.md | 472 KB | March 22 2024 10:35:00 | 0666 |
|
| app | - | March 05 2024 07:12:34 | 0777 |
|
| artisan | 1739 KB | March 05 2024 07:12:34 | 0666 |
|
| bootstrap | - | March 05 2024 07:12:34 | 0777 |
|
| composer.json | 2829 KB | May 13 2024 12:10:04 | 0666 |
|
| composer.lock | 417205 KB | March 19 2024 12:13:14 | 0666 |
|
| config | - | July 03 2025 02:53:36 | 0777 |
|
| database | - | March 05 2024 07:12:34 | 0777 |
|
| index.php | 1816 KB | May 13 2024 10:32:36 | 0666 |
|
| lang | - | May 13 2024 14:53:26 | 0777 |
|
| manifest.json | 913 KB | May 14 2024 03:57:26 | 0664 |
|
| package.json | 398 KB | March 05 2024 07:12:34 | 0666 |
|
| phpunit.xml | 1206 KB | March 05 2024 07:12:34 | 0666 |
|
| public | - | July 03 2025 02:37:20 | 0777 |
|
| resources | - | May 13 2024 12:09:36 | 0777 |
|
| routes | - | March 05 2024 07:12:34 | 0777 |
|
| service-worker.js | 924 KB | March 05 2024 07:12:34 | 0666 |
|
| storage | - | March 05 2024 10:03:52 | 0777 |
|
| symlink.php | 218 KB | March 05 2024 07:12:34 | 0666 |
|
| tests | - | March 05 2024 07:12:34 | 0777 |
|
| vendor | - | March 19 2024 12:13:14 | 0777 |
|
| vite.config.js | 326 KB | March 05 2024 07:12:34 | 0666 |
|
/*-------------------------------------------------
[ ## Fields ]
*/
input[type="text"],
input[type="email"],
input[type="password"] {
&:focus {
outline: none;
}
}
input,textarea{
padding: 12px 20px;
&::placeholder{
color: $color--heading;
}
}
textarea {
display: block;
width: 100%;
display: block;
min-height: 200px;
}
input,
select,
textarea {
border: 1px solid $border--base;
vertical-align: baseline;
font-size: 100%;
color: $color--heading;
}
label {
font-size: 14px;
margin-bottom: 10px;
display: block;
}
/*-------------------------------------------------
[ ## Forms ]
*/
select{
outline: none;
cursor: pointer;
}
option{
color: $color--heading;
}
.input-group{
margin-bottom: 15px;
flex-wrap: nowrap;
input{
border-radius: 5px 0 0 5px;
border: 1px solid rgba(107, 124, 147, 0.15);
color: #6b7c93;
height: 45px;
}
}
.form-control:disabled, .form-control[readonly]{
background-color: rgba($base--color, 0.2);
}
.input-group-append, .input-group-prepend {
display: -ms-flexbox;
display: flex;
}
.input-group-append{
input{
border-radius: 5px 0 0 5px;
border: 1px solid $border--base;
border-right: none;
background-color: $white;
}
}
.input-group-text {
border: none;
font-size: 14px;
background: #EFF0F0;
color: $color--heading;
height: 45px;
border-radius: 0 5px 5px 0;
font-weight: 500;
}
.custom-check-group {
display: block;
margin-bottom: 12px;
input{
padding: 0;
height: initial;
width: initial;
margin-bottom: 0;
display: none;
cursor: pointer;
&:checked{
&+label{
&::before{
background-color: $base--color;
border: 1px solid $base--color;
}
&::after{
content: '';
display: block;
position: absolute;
top: 5px;
left: 7px;
width: 5px;
height: 10px;
border: solid $white;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
}
}
}
label{
position: relative;
cursor: pointer;
&::before{
content: '';
-webkit-appearance: none;
background: $white;
border: 1px solid $border--base;
border-radius: 3px;
padding: 8px;
display: inline-block;
position: relative;
vertical-align: middle;
cursor: pointer;
margin-right: 8px;
top: -2px;
}
}
}
.form-group {
margin-bottom: 20px;
}
.form-control{
border: 1px solid $border--base;
font-size: 14px;
height: 50px;
&:focus{
box-shadow: none;
border: 1px solid $border--base;
}
}
.form--control{
background-color: transparent;
border: 1px solid $border--base;
box-shadow: none;
height: 65px;
font-size: 14px;
color: $color--text;
border-radius: 10px;
padding: 15px 25px;
width: 100%;
&:focus{
background-color: transparent;
border: 1px solid $border--base;
box-shadow: none;
color: $color--text;
}
&::placeholder{
color: $color--text;
}
}
.radio-wrapper{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: -3px -7px;
.radio-item{
flex-grow: 1;
margin: 3px 7px;
img{
width: 60px;
margin-right: 5px;
}
}
}
.radio-item [type="radio"]:checked{
position: absolute;
left: -9999px;
}
.radio-item [type="radio"]:not(:checked){
position: absolute;
left: -9999px;
}
.radio-item [type="radio"]:checked + label{
position: relative;
font-size: 16px;
font-weight: 500;
line-height: 20px;
cursor: pointer;
border: 1px solid $base--color;
background-color: $base--color;
border-radius: 8px;
padding: 20px 25px;
display: inline-block;
color: $white;
width: 100%;
text-align: center;
}
.radio-item [type="radio"]:not(:checked) + label{
position: relative;
font-size: 16px;
font-weight: 500;
line-height: 20px;
cursor: pointer;
border: 1px solid #e5e5e5;
border-radius: 8px;
padding: 20px 25px;
display: inline-block;
color: $color--text;
width: 100%;
text-align: center;
}
// .radio-item [type="radio"]:checked + label:before{
// content: '';
// position: absolute;
// left: 0;
// top: 0;
// width: 18px;
// height: 18px;
// border: 1px solid $base--color;
// border-radius: 100%;
// background: $white;
// }
// .radio-item [type="radio"]:checked + label:after{
// content: '';
// width: 12px;
// height: 12px;
// background: $base--color;
// position: absolute;
// top: 3px;
// left: 3px;
// border-radius: 100%;
// -webkit-transition: all 0.2s ease;
// transition: all 0.2s ease;
// opacity: 0;
// -webkit-transform: scale(0);
// transform: scale(0);
// }
// .radio-item [type="radio"]:not(:checked) + label:before{
// content: '';
// position: absolute;
// left: 0;
// top: 0;
// width: 18px;
// height: 18px;
// border: 1px solid $base--color;
// border-radius: 100%;
// background: $white;
// }
// .radio-item [type="radio"]:not(:checked) + label:after{
// content: '';
// width: 12px;
// height: 12px;
// background: $base--color;
// position: absolute;
// top: 3px;
// left: 3px;
// border-radius: 100%;
// -webkit-transition: all 0.2s ease;
// transition: all 0.2s ease;
// opacity: 0;
// -webkit-transform: scale(0);
// transform: scale(0);
// }
// .radio-item [type="radio"]:checked + label:after {
// opacity: 1;
// -webkit-transform: scale(1);
// transform: scale(1);
// }
.select2-container{
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
}
.selection{
width: 100%;
}
.select2-selection--single{
width: 100%;
height: 45px !important;
outline: none;
background: transparent !important;
font-size: 15px;
box-shadow: none;
padding: 10px 10px;
border-radius: 5px;
vertical-align: top;
display: inline-block;
border: 1px solid $border--base !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
span{
margin: 0;
width: 100%;
color: $color--text;
line-height: initial;
font-weight: 600;
}
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
height: auto;
position: absolute;
top: 22px;
right: 7px;
width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
border-color: $color--text transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
border-color: transparent transparent $color--text transparent;
}
.submit-btn{
padding: 12px 20px;
color: $white;
background: $section--bg;
font-weight: 600;
font-size: 14px;
border-radius: 5px;
font-family: $font_heading;
@media only screen and (max-width: 991px) {
padding: 10px 20px;
}
}