shell bypass 403

UnknownSec Shell


name : _spacers.scss
$grid-breakpoints: (
    xs: 0,
    sm: 576px,
    md: 768px,
    lg: 992px,
    xl: 1200px
) !default;

@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {
    $min: breakpoint-min($name, $breakpoints);
    @if $min {
        @media (min-width: $min) {
            @content;
        }
    } @else {
        @content;
    }
}

@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {
    @return if(breakpoint-min($name, $breakpoints) == null, "", "-#{$name}");
}

@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {
    $min: map-get($breakpoints, $name);
    @return if($min != 0, $min, null);
}

.rtl {

    .mr-auto {
        margin-right: initial !important;
        margin-left: auto !important;
    }

    .ml-auto {
        margin-left: initial !important;
        margin-right: auto !important;
    }

    @each $breakpoint in map-keys($grid-breakpoints) {
        @include media-breakpoint-up($breakpoint) {
            $infix: breakpoint-infix($breakpoint, $grid-breakpoints);

            @for $i from 1 through 10 {
                .mr#{$infix}-#{$i*5} {
                    margin-left: #{$i*5}px !important;
                    margin-right: initial !important;
                }
            }

            @for $i from 1 through 10 {
                .ml#{$infix}-#{$i*5} {
                    margin-right: #{$i*5}px !important;
                    margin-left: initial !important;
                }
            }

            @for $i from 1 through 10 {
                .pr#{$infix}-#{$i*5} {
                    padding-left: #{$i*5}px !important;
                    padding-right: initial !important;
                }
            }

            @for $i from 1 through 10 {
                .pl#{$infix}-#{$i*5} {
                    padding-right: #{$i*5}px !important;
                    padding-left: initial !important;
                }
            }

        }
    }
}

© 2025 UnknownSec
Courses | Anyleson - Learning Platform
INR (₹)
India Rupee
$
United States Dollar

Courses

17 Courses
Course
Web Design for Beginners

Web Design for Beginners

in Design
4.25
1:45 Hours
8 Jul 2021
₹11.80
40% Offer
The Future of Energy

The Future of Energy

in Science
2.50
1:10 Hours
8 Jul 2021
₹42.48 ₹70.80
20% Offer
Health And Fitness Masterclass

Health And Fitness Masterclass

in Health & Fitness
5.00
1:00 Hours
1 Jul 2021
₹18.88 ₹23.60
20% Offer
Learn and Understand AngularJS

Learn and Understand AngularJS

in Web Development
2.75
1:00 Hours
10 Dec 2023
₹18.88 ₹23.60
Finished
Effective Time Management

Effective Time Management

in Management
5.00
1:30 Hours
1 Aug 2023
₹35.40

Type

More options