Remove unused css classes

This commit is contained in:
sabaimran
2024-12-19 21:36:35 -08:00
parent b644bb8628
commit 43331f7730
5 changed files with 0 additions and 54 deletions

View File

@@ -22,12 +22,6 @@ div.pageLayout {
margin-bottom: 2rem; margin-bottom: 2rem;
} }
div.sidePanel {
position: fixed;
height: 100%;
z-index: 1;
}
button.infoButton { button.infoButton {
border: none; border: none;
background-color: transparent !important; background-color: transparent !important;
@@ -58,9 +52,4 @@ div.agentList {
div.pageLayout { div.pageLayout {
max-width: 90vw; max-width: 90vw;
} }
div.sidePanel {
position: relative;
height: 100%;
}
} }

View File

@@ -15,12 +15,6 @@ div.pageLayout {
margin-bottom: 2rem; margin-bottom: 2rem;
} }
div.sidePanel {
position: fixed;
height: 100%;
z-index: 1;
}
@media screen and (max-width: 768px) { @media screen and (max-width: 768px) {
div.automationsLayout { div.automationsLayout {
grid-template-columns: 1fr; grid-template-columns: 1fr;
@@ -29,9 +23,4 @@ div.sidePanel {
div.pageLayout { div.pageLayout {
max-width: 90vw; max-width: 90vw;
} }
div.sidePanel {
position: relative;
height: 100%;
}
} }

View File

@@ -86,12 +86,6 @@ div.homeGreetings {
grid-template-rows: 1fr 2fr; grid-template-rows: 1fr 2fr;
} }
div.sidePanel {
position: fixed;
height: 100%;
z-index: 1;
}
@media screen and (max-width: 768px) { @media screen and (max-width: 768px) {
div.chatBody { div.chatBody {
grid-template-columns: 0fr 1fr; grid-template-columns: 0fr 1fr;
@@ -102,10 +96,6 @@ div.sidePanel {
grid-template-rows: auto; grid-template-rows: auto;
} }
div.sidePanel {
position: relative;
}
div.chatBox { div.chatBox {
padding: 0; padding: 0;
height: 100vh; height: 100vh;

View File

@@ -5,19 +5,8 @@ div.searchLayout {
height: 100vh; height: 100vh;
} }
div.sidePanel {
position: fixed;
height: 100%;
z-index: 1;
}
@media screen and (max-width: 768px) { @media screen and (max-width: 768px) {
div.searchLayout { div.searchLayout {
gap: 0; gap: 0;
} }
div.sidePanel {
position: relative;
height: 100%;
}
} }

View File

@@ -16,12 +16,6 @@ div.phoneInput {
padding: 0rem; padding: 0rem;
} }
div.sidePanel {
position: fixed;
height: 100%;
z-index: 1;
}
div.phoneInput input { div.phoneInput input {
width: 100%; width: 100%;
padding: 0.5rem; padding: 0.5rem;
@@ -30,11 +24,6 @@ div.phoneInput input {
} }
@media screen and (max-width: 768px) { @media screen and (max-width: 768px) {
div.sidePanel {
position: relative;
height: 100%;
}
div.contentBody { div.contentBody {
margin-left: 0; margin-left: 0;
margin-top: 0; margin-top: 0;