Actualizacuion de Rama Kquiroz

This commit is contained in:
ellecio2
2023-09-04 19:53:37 -04:00
parent d2e9ba53ab
commit 2e99d7b290
2206 changed files with 100145 additions and 467275 deletions

View File

@@ -417,12 +417,17 @@ fixed-bottom 1030*/
white-space: nowrap;
}
@media (max-width: 991.98px) {
.mobile-hor-swipe {
-webkit-overflow-scrolling: touch;
overflow-x: auto;
white-space: nowrap;
}
}
.mt-lapieza {
margin-top: 13%;
}
.top-0 {
top: 0 !important;
@@ -728,6 +733,11 @@ fixed-bottom 1030*/
.hov-bg-dark:hover {
background-color: var(--dark) !important;
}
.bg-red,
.hov-bg-red:hover {
background-color: #E63108 !important;
}
.bg-soft-dark,
.hov-bg-soft-dark:hover {
background-color: var(--soft-dark) !important;
@@ -982,6 +992,11 @@ hr {
.hov-text-gray:hover {
color: var(--gray) !important;
}
.text-blue-lapieza ,
.hov-text-blue-lapieza:hover {
color: #003b73 !important;
}
.text-gray-dark {
color: var(--gray-dark) !important;
}
@@ -1869,6 +1884,9 @@ hr {
}
/* sm */
@media (min-width: 576px) {
.mt-lapieza {
margin-top: 13%;
}
.border-sm {
border: 1px solid #dfdfe6 !important;
}
@@ -2779,6 +2797,9 @@ hr {
}
/* md */
@media (min-width: 768px) {
.mt-lapieza {
margin-top: 13%;
}
.border-md {
border: 1px solid #dfdfe6 !important;
}
@@ -3677,6 +3698,9 @@ hr {
}
/* lg */
@media (min-width: 992px) {
.mt-lapieza {
margin-top: 13%;
}
.border-lg {
border: 1px solid #dfdfe6 !important;
}
@@ -11138,6 +11162,12 @@ ul.apps a:hover i{
.rounded-content{
border-radius: 50%;
}
.rounded-content-lapieza{
border-radius: 100%;
background-color: #fff;
}
.rounded-1{
border-radius: 0.25rem !important;
}
@@ -11153,6 +11183,16 @@ ul.apps a:hover i{
.rounded-lapieza{
border-radius: 10px !important;
}
.rounded-15px{
border-radius: 15px !important;
}
.rounded-25px{
border-radius: 25px !important;
}
.flash-deal-item:hover .flash-deal-price{
padding-top: 0 !important;
}