Linux business57.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
Server IP : 199.188.201.191 & Your IP : 3.148.250.255
Domains :
Cant Read [ /etc/named.conf ]
User : derozboy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
derozboy /
ornolevaxo.online /
app /
admin /
scss /
Delete
Unzip
Name
Size
Permission
Date
Action
components
[ DIR ]
drwxr-xr-x
2023-06-28 01:40
landing-screens
[ DIR ]
drwxr-xr-x
2023-06-28 01:40
mixins
[ DIR ]
drwxr-xr-x
2023-06-28 01:40
_background.scss
209
B
-rw-r--r--
2023-04-17 05:33
_demo.scss
1.63
KB
-rw-r--r--
2023-04-17 05:33
_fonts.scss
2.01
KB
-rw-r--r--
2023-04-17 05:33
_footer.scss
721
B
-rw-r--r--
2023-04-17 05:33
_functions.scss
97
B
-rw-r--r--
2023-04-17 05:33
_layouts.scss
5.37
KB
-rw-r--r--
2023-04-17 05:33
_misc.scss
511
B
-rw-r--r--
2023-04-17 05:33
_navbar.scss
8.94
KB
-rw-r--r--
2023-04-17 05:33
_reset.scss
1.78
KB
-rw-r--r--
2023-04-17 05:33
_sidebar.scss
5.74
KB
-rw-r--r--
2023-04-17 05:33
_typography.scss
1.61
KB
-rw-r--r--
2023-04-17 05:33
_utilities.scss
1.52
KB
-rw-r--r--
2023-04-17 05:33
_variables.scss
7.02
KB
-rw-r--r--
2023-04-17 05:33
_vertical-wrapper.scss
859
B
-rw-r--r--
2023-04-17 05:33
style.scss
3
KB
-rw-r--r--
2023-04-17 05:33
Save
Rename
/* Utilities */ .grid-margin { margin-bottom: $card-spacing-y; } .grid-margin-sm-0 { @media (min-width: 576px) { margin-bottom: 0; } } .grid-margin-md-0 { @media (min-width: 768px) { margin-bottom: 0; } } .grid-margin-lg-0 { @media (min-width: 992px) { margin-bottom: 0; } } .grid-margin-xl-0 { @media (min-width: 1200px) { margin-bottom: 0; } } .img-lg { width: 92px; height: 92px; } .img-sm { width: 43px; height: 43px; } .img-xs { width: 37px; height: 37px; } .img-ss { width: 26px; height: 26px; } .stretch-card { @include display-flex; @include align-items(stretch); @include justify-content(stretch); >.card{ width: 100%; min-width: 100%; } } .border-right-sm { @media (min-width: 576px) { border-right: $border-width solid $border-color; } } .border-right-md { @media (min-width: 768px) { border-right: $border-width solid $border-color; } } .border-right-lg { @media (min-width: 992px) { border-right: $border-width solid $border-color; } } .border-left-sm { @media (min-width: 576px) { border-left: $border-width solid $border-color; } } .border-left-md { @media (min-width: 768px) { border-left: $border-width solid $border-color; } } .border-left-lg { @media (min-width: 992px) { border-left: $border-width solid $border-color; } } .text-gray { color: #8c8c8c; } .text-black { color: $black; } .text-small { font-size: 12px; } .flex-grow { flex-grow: 1; } .hover-cursor { &:hover { cursor: pointer; } }