shell bypass 403
GrazzMean Shell
: /homepages/2/d455661007/htdocs/_ProviderRestore/27032025/sass/src/partials/abstracciones/ [ drwx---r-x ]
@if $incluir-btn == true {
/*------------------------------------*\
$BTN
\*------------------------------------*/
.btn, .form *[type="submit"] {
position: relative;
padding: $button-padding;
height: $button-height;
font: {
weight: $font-alt1-weight-r;
size: 24px;
family: $font-alt1-family;
}
line-height: $button-height;
text: {
align: $button-text-align;
transform: $button-text-transfform;
}
letter-spacing: $button-letter-spacing;
background: $button-background;
@include border-radius(0, 0, 0, 0);
&, &:hover, &::after, &:hover::after {
@include transition();
}
&, &:hover {
color: $button-color;
border: 0;
}
&:hover {
color: $button-color-hover;
background-color: $button-background-hover;
}
}
//Botón pequeño
.btn-small {
height: 40px !important;
line-height: 40px !important;
@include respond-to(xsmall-small-medium) {
font-size: 16px !important;
}
@include respond-to(large) {
font-size: 20px !important;
}
}
//Botón prev
.btn-prev {
&:before {
@include respond-to(small-medium-large) {
content: "\f104";
@include fa();
margin-right: 10px;
}
}
}
//Botón next
.btn-next {
&:after {
@include respond-to(small-medium-large) {
content: "\f105";
@include fa();
margin-left: 10px;
}
}
}
} // if