mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
Review fixes related to banners
This commit is contained in:
parent
b1622644ef
commit
9fc5bb6268
3 changed files with 27 additions and 25 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue