����JFIF��x�x����'
| Server IP : 78.140.185.180 / Your IP : 216.73.216.140 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/builderbox/www/public/builder/templates/stylish-portfolio/scss/ |
Upload File : |
a {
color: $primary;
&:hover,
&:focus,
&:active {
color: darken($primary, 10%);
}
}
.btn-primary {
background-color: $primary !important;
border-color: $primary !important;
color: $white !important;
&:hover,
&:focus,
&:active {
background-color: darken($primary, 10%) !important;
border-color: darken($primary, 10%) !important;
}
}
.btn-secondary {
background-color: $secondary !important;
border-color: $secondary !important;
color: $white !important;
&:hover,
&:focus,
&:active {
background-color: darken($secondary, 10%) !important;
border-color: darken($secondary, 10%) !important;
}
}
.btn-dark {
color: $white !important;
}
.btn {
box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
font-weight: 700;
}
.bg-primary {
background-color: $primary !important;
}
.text-primary {
color: $primary !important;
}
.text-secondary {
color: $secondary !important;
}