Review fixes related to banners

This commit is contained in:
Nithin David Thomas 2025-07-04 10:58:56 +05:30
parent b1622644ef
commit 9fc5bb6268
3 changed files with 27 additions and 25 deletions

View file

@ -180,6 +180,30 @@
}
}
.home-page-footer {
height: 52px;
background-color: var(--page-weak) !important;
border-top: 1px solid var(--border-weak) !important;
width: calc(100% - 336px) !important;
@media only screen and (max-width: 768px) {
position: unset;
width: 100%;
.col-4,
.col-5 {
display: none;
}
.pagination-container {
display: flex !important;
align-items: center;
justify-content: center;
}
}
}
@media only screen and (min-width: 1728px) {
.homepage-app-card-list-item {
// max-width: 304px;

View file

@ -599,9 +599,9 @@
align-items: center;
align-self: stretch;
border-radius: 8px;
background-color: #FFFFFF;
border: 1px solid var(--upgrade-weak, #FFAF4140);
box-shadow: 0px 0px 1px 0px var(--dropshadow-100700-layer-1, rgba(48, 50, 51, 0.05)), 0px 1px 1px 0px var(--dropshadow-100400-layer-2, rgba(48, 50, 51, 0.10));
background-color: var(--page-weak);
border: 1px solid var(--border-weak, #FFAF4140);
box-shadow: var(--elevation-200-box-shadow);
.license-loader {
justify-content: center;

View file

@ -8710,28 +8710,6 @@ tbody {
bottom: 0px;
}
.home-page-footer {
height: 52px;
background-color: var(--page-default) !important;
border-top: 1px solid var(--slate5) !important;
width: calc(100% - 336px) !important;
@media only screen and (max-width: 768px) {
position: unset;
width: 100%;
.col-4,
.col-5 {
display: none;
}
.pagination-container {
display: flex !important;
align-items: center;
justify-content: center;
}
}
}
.pagination-container {
display: flex;