integarting admin dashboard

This commit is contained in:
UronShrestha
2024-07-12 12:51:02 +05:45
parent 2510de390a
commit 1550ab5d30
1758 changed files with 313760 additions and 10 deletions

View File

@ -0,0 +1,34 @@
/* Light Gallery */
.lightGallery{
width: 100%;
margin: 0;
.image-tile{
position: relative;
@extend .col-xl-3;
@extend .col-lg-3;
@extend .col-md-3;
@extend .col-md-4;
@extend .col-6;
margin-bottom: 30px;
.demo-gallery-poster{
@extend .d-flex;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
img{
display: block;
margin: auto;
width: 40%;
max-width: 60px;
min-width: 20px;
}
}
img{
max-width: 100%;
width: 100%;
}
}
}