| Path : /var/www/html/phkaynews-v2/public/backend/scss/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : /var/www/html/phkaynews-v2/public/backend/scss/custom.scss |
.feature-img{
&:hover{
cursor: pointer;
}
}
.my-object-fit {
object-fit: cover;
width: 100%;
height: 4em;
}
.cke_chrome{
box-shadow: none !important;
}
.img-object-fit{
object-fit: cover !important;
}
.td-desc{
p{
margin-bottom: 0 !important;
}
}
.my-thumbnail{
background-position: center;
background-repeat: no-repeat;
background-size: contain;
width: 150px;
height: 100px;
margin-bottom: 15px;
}
.th-sort{
&:hover{
cursor: pointer !important;
}
}
.link-copy{
@extend .th-sort;
outline: none;
width: 160px;
}
.bx-copy{
@extend .th-sort;
}
.waiting-img{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
z-index: 1000;
// &:before{
// content: '';
// position: absolute;
// width: 100%;
// height: 100%;
// }
}
@media (min-width:992px) {
.th-image{
width: 115px;
}
}