| .. | |||||
| _blog.scss | |||||
| _button.scss | |||||
| _contact.scss | |||||
| _elements.scss | |||||
| _footer.scss | |||||
| _header.scss | |||||
| _megazin.scss | |||||
| _predefine.scss | |||||
| _variables.scss | |||||
| breadcrumb.scss | |||||
| style.scss |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.13 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/dpmptsp/public_html/newsigniter/assets/front/scss/ |
Upload File : |
/* Main Button Area css
============================================================================================ */
.main_btn{
display: inline-block;
background: $baseColor;
padding: 0px 50px;
color: #fff;
font-family: $rob;
font-size: 13px;
font-weight: 500;
line-height: 48px;
border-radius: 0px;
outline: none !important;
box-shadow: none !important;
text-align: center;
border: 1px solid $baseColor;
cursor: pointer;
@include transition;
&:hover{
background: transparent;
color: $baseColor;
}
}
.main_btn2{
display: inline-block;
background: $baseColor;
padding: 0px 32px;
color: #fff;
font-family: $rob;
font-size: 13px;
font-weight: 500;
line-height: 38px;
border-radius: 0px;
outline: none !important;
box-shadow: none !important;
text-align: center;
border: 1px solid $baseColor;
cursor: pointer;
@include transition;
&:hover{
background: transparent;
color: $baseColor;
}
}
.submit_btn{
width: auto;
display: inline-block;
background: $baseColor;
padding: 0px 50px;
color: #fff;
font-family: $rob;
font-size: 13px;
font-weight: 500;
line-height: 50px;
border-radius: 0px;
outline: none !important;
box-shadow: none !important;
text-align: center;
border: 1px solid $baseColor;
cursor: pointer;
@include transition;
&:hover{
background: transparent;
color: $baseColor;
}
}
.white_bg_btn{
display: inline-block;
background: #f9f9ff;
padding: 0px 35px;
color: $dip;
font-family: $rob;
font-size: 13px;
font-weight: 500;
line-height: 34px;
border-radius: 0px;
outline: none !important;
box-shadow: none !important;
text-align: center;
border: 1px solid #eeeeee;
cursor: pointer;
@include transition;
&:hover{
background: $baseColor;
color: #fff;
border-color: $baseColor;
}
}
.gad_btn{
background: $baseColor;
color: #fff;
display: inline-block;
padding: 0px 20px;
line-height: 30px;
border-radius: 15px;
font-size: 12px;
font-weight: 500;
font-family: $rob;
}
/* End Main Button Area css
============================================================================================ */| .. | |||||
| _blog.scss | |||||
| _button.scss | |||||
| _contact.scss | |||||
| _elements.scss | |||||
| _footer.scss | |||||
| _header.scss | |||||
| _megazin.scss | |||||
| _predefine.scss | |||||
| _variables.scss | |||||
| breadcrumb.scss | |||||
| style.scss |