| Path : /var/www/html/phkaynews-v2/resources/sass/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : //var/www/html/phkaynews-v2/resources/sass/global.scss |
body {
background: $nav-bg;
color : white;
font-family: $font-text;
// line-height: 1.8;
}
.bg-rgba {
background-color: rgba($color: #000000, $alpha: 0.8);
}
.text-fb{
color: $color-facebook !important;
}
.text-telegram{
color: $color-telegram !important;
}
.text-gmail{
color: $color-gmail !important;
}
.font-title{
font-family: $font-title;
}
.font-text{
font-family: $font-text;
}
.py-50 {
padding: 50px 0;
}
.logo-gray{
filter: grayscale(100%);
transition: all 0.5s;
&:hover{
filter: none;
transition: all 0.5s;
}
}
.object-fit-cover{
object-fit: cover !important;
}
.index-1{
z-index: -1 !important;
}
.bg-nav{
background-color: $nav-bg;
}