__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
@mixin triangle($size, $color, $direction) {
$width: nth($size, 1);
$height: nth($size, length($size));
$foreground-color: nth($color, 1);
$background-color: if(length($color) == 2, nth($color, 2), transparent);
height: 0;
width: 0;
@if ($direction == up) or ($direction == down) or ($direction == right) or ($direction == left) {
$width: $width / 2;
$height: if(length($size) > 1, $height, $height/2);
@if $direction == up {
border-bottom: $height solid $foreground-color;
border-left: $width solid $background-color;
border-right: $width solid $background-color;
} @else if $direction == right {
border-bottom: $width solid $background-color;
border-left: $height solid $foreground-color;
border-top: $width solid $background-color;
} @else if $direction == down {
border-left: $width solid $background-color;
border-right: $width solid $background-color;
border-top: $height solid $foreground-color;
} @else if $direction == left {
border-bottom: $width solid $background-color;
border-right: $height solid $foreground-color;
border-top: $width solid $background-color;
}
} @else if ($direction == up-right) or ($direction == up-left) {
border-top: $height solid $foreground-color;
@if $direction == up-right {
border-left: $width solid $background-color;
} @else if $direction == up-left {
border-right: $width solid $background-color;
}
} @else if ($direction == down-right) or ($direction == down-left) {
border-bottom: $height solid $foreground-color;
@if $direction == down-right {
border-left: $width solid $background-color;
} @else if $direction == down-left {
border-right: $width solid $background-color;
}
} @else if ($direction == inset-up) {
border-color: $background-color $background-color $foreground-color;
border-style: solid;
border-width: $height $width;
} @else if ($direction == inset-down) {
border-color: $foreground-color $background-color $background-color;
border-style: solid;
border-width: $height $width;
} @else if ($direction == inset-right) {
border-color: $background-color $background-color $background-color $foreground-color;
border-style: solid;
border-width: $width $height;
} @else if ($direction == inset-left) {
border-color: $background-color $foreground-color $background-color $background-color;
border-style: solid;
border-width: $width $height;
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| _border-color.scss | File | 849 B | 0664 |
|
| _border-radius.scss | File | 1.03 KB | 0664 |
|
| _border-style.scss | File | 800 B | 0664 |
|
| _border-width.scss | File | 792 B | 0664 |
|
| _buttons.scss | File | 1.86 KB | 0664 |
|
| _clearfix.scss | File | 437 B | 0664 |
|
| _ellipsis.scss | File | 650 B | 0664 |
|
| _font-stacks.scss | File | 567 B | 0664 |
|
| _hide-text.scss | File | 740 B | 0664 |
|
| _margin.scss | File | 790 B | 0664 |
|
| _padding.scss | File | 794 B | 0664 |
|
| _position.scss | File | 1.3 KB | 0664 |
|
| _prefixer.scss | File | 1.61 KB | 0664 |
|
| _retina-image.scss | File | 883 B | 0664 |
|
| _size.scss | File | 1.28 KB | 0664 |
|
| _text-inputs.scss | File | 3.59 KB | 0664 |
|
| _timing-functions.scss | File | 1.72 KB | 0664 |
|
| _triangle.scss | File | 2.48 KB | 0664 |
|
| _word-wrap.scss | File | 578 B | 0664 |
|