Merge branch 'qcast-pub' into dev

This commit is contained in:
minsik 2024-10-25 10:27:59 +09:00
commit 8f0f7e5df6
3 changed files with 25 additions and 4 deletions

View File

@ -8,6 +8,8 @@
--ag-header-height: 40px;
--ag-header-foreground-color: white;
--ag-header-background-color: #5D6A76;
--ag-row-hover-color: #ECF0F4;
// --ag-header-cell-hover-background-color: rgb(80, 40, 140);
--ag-header-cell-moving-background-color: #5D6A76;
.ag-root-wrapper{
@ -41,8 +43,16 @@
}
}
.ag-cell{
display: flex;
align-items: center;
font-size: 13px;
color: #45576F;
line-height: 1.4 !important;
padding-top: 10px;
padding-bottom: 10px;
.block{
display: block;
}
}
.ag-icon-desc::before,
.ag-icon-asc::before,
@ -94,7 +104,6 @@
justify-content: center;
background-color: #fff;
border: 1px solid #94A0AD;
background-color: transparent;
border-radius: 2px;
font-size: 13px;
color: #94A0AD;

View File

@ -252,7 +252,6 @@
.faq-item{
position: relative;
margin-bottom: 10px;
cursor: pointer;
.faq-item-inner{
display: flex;
align-items: center;

View File

@ -316,11 +316,24 @@
}
}
.community_detail-inner{
padding-top: 20px;
padding-bottom: 20px;
max-height: 300px;
overflow-y: auto;
margin-top: 20px;
margin-bottom: 20px;
font-size: 13px;
font-weight: 400;
color: #45576F;
line-height: 26px;
word-break: keep-all;
&::-webkit-scrollbar {
width: 4px;
background-color: transparent;
}
&::-webkit-scrollbar-thumb {
background-color: #C1CCD7;
}
&::-webkit-scrollbar-track {
background-color: transparent;
}
}
}