quote report media queries. closes #2407

This commit is contained in:
Miodec 2022-02-03 20:43:16 +01:00
parent 80f862f47b
commit 199b3b8433
2 changed files with 22 additions and 13 deletions

View file

@ -613,11 +613,13 @@
padding: 2rem;
display: grid;
gap: 1rem;
width: 1000px;
grid-template-rows: auto auto auto auto auto auto auto auto auto;
height: auto;
max-height: 40rem;
overflow-y: scroll;
width: calc(100% - 4rem);
margin-left: 2rem;
max-width: 800px;
label {
color: var(--sub-color);

View file

@ -70,6 +70,18 @@
// line-height: 1.5rem !important;
// }
// }
#bannerCenter .banner .container {
grid-template-columns: 1fr auto;
.image {
display: none;
}
.lefticon {
display: none;
}
.text {
margin-left: 2rem;
}
}
.merchBanner {
img {
display: none;
@ -105,18 +117,6 @@
grid-template-columns: 1fr 1fr 1fr;
justify-items: center;
}
#bannerCenter .banner .container {
grid-template-columns: 1fr auto;
.image {
display: none;
}
.lefticon {
display: none;
}
.text {
margin-left: 2rem;
}
}
#centerContent {
#top {
grid-template-areas:
@ -393,6 +393,13 @@
width: 90vw;
}
#quoteReportPopup {
width: calc(100% - 2rem);
margin-left: 1rem;
max-width: 800px;
padding: 1rem;
}
.pageSettings {
.settingsGroup.quickNav {
display: none;