REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.32 KB
Close
/home/nshryvcy/himaltourism.com/wp-content/plugins/megamenu/css/mixin.scss
Text
Base64
@mixin border-radius($topleft: 0, $topright: 0, $bottomright: 0, $bottomleft: 0) { @if $topleft == 0 and $topright == 0 and $bottomright == 0 and $bottomleft == 0 { border-radius: 0; } @else if $topleft == 0px and $topright == 0px and $bottomright == 0px and $bottomleft == 0px { border-radius: 0; } @else { border-radius: $topleft $topright $bottomright $bottomleft; } } @mixin box-shadow($value) { box-shadow: $value; } @mixin background($from, $to) { @if $to == $from { background: $to; } @else { background: $to; background: linear-gradient(to bottom, $from, $to); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{ie_hex_str($from)}', endColorstr='#{ie_hex_str($to)}'); } } @mixin border($top, $left, $right, $bottom, $color) { @if $top == 0px and $left == 0px and $right == 0px and $bottom == 0px { border: 0; } @else { border-top: $top solid $color; border-left: $left solid $color; border-right: $right solid $color; border-bottom: $bottom solid $color; } } @mixin mobile { @media only screen and (max-width : $responsive_breakpoint) { @content; } } @mixin desktop { @media only screen and (min-width : $responsive_breakpoint + 1) { @content; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
admin
DIR
-
drwxr-xr-x
2025-01-05 05:34:13
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
compatibility.scss
1.44 KB
lrw-r--r--
2025-01-05 05:34:13
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
megamenu.scss
49.20 KB
lrw-r--r--
2025-01-05 05:34:13
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
mixin.scss
1.32 KB
lrw-r--r--
2025-01-05 05:34:13
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
reset.scss
1.44 KB
lrw-r--r--
2025-01-05 05:34:13
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
toggle-blocks.scss
6.41 KB
lrw-r--r--
2025-01-05 05:34:13
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).