This commit is contained in:
2025-03-05 09:26:04 +01:00
parent 5cf0717170
commit d7bba13cdf
5028 changed files with 286142 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
/***************************************************
Mixins Themes
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
Mixins RTL Themes
/***************************************************/
/************************************
Override Bootstrap
*************************************/
/**
* Web Application Prefix Apply For Making Owner Styles
*/
/**
* Blocks Layout Selectors
*/
/***********************************************************************/
/*home 5*/
@media (min-width: 992px) {
#index .ApMegamenu .leo-verticalmenu > .block_content {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
filter: alpha(opacity=100); } }
.box-prospecial {
margin-bottom: 30px; }
@media (max-width: 991px) {
.box-prospecial {
margin-bottom: 10px; } }
.box-discount {
margin-bottom: 40px !important; }
@media (max-width: 991px) {
.box-discount {
margin-bottom: 20px; } }
/*# sourceMappingURL=profile1488572554.css.map */