Merge branch 'qcast-pub' into dev
This commit is contained in:
commit
8f0f7e5df6
@ -8,6 +8,8 @@
|
|||||||
--ag-header-height: 40px;
|
--ag-header-height: 40px;
|
||||||
--ag-header-foreground-color: white;
|
--ag-header-foreground-color: white;
|
||||||
--ag-header-background-color: #5D6A76;
|
--ag-header-background-color: #5D6A76;
|
||||||
|
--ag-row-hover-color: #ECF0F4;
|
||||||
|
|
||||||
// --ag-header-cell-hover-background-color: rgb(80, 40, 140);
|
// --ag-header-cell-hover-background-color: rgb(80, 40, 140);
|
||||||
--ag-header-cell-moving-background-color: #5D6A76;
|
--ag-header-cell-moving-background-color: #5D6A76;
|
||||||
.ag-root-wrapper{
|
.ag-root-wrapper{
|
||||||
@ -41,8 +43,16 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.ag-cell{
|
.ag-cell{
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: #45576F;
|
color: #45576F;
|
||||||
|
line-height: 1.4 !important;
|
||||||
|
padding-top: 10px;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
.block{
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.ag-icon-desc::before,
|
.ag-icon-desc::before,
|
||||||
.ag-icon-asc::before,
|
.ag-icon-asc::before,
|
||||||
@ -94,7 +104,6 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px solid #94A0AD;
|
border: 1px solid #94A0AD;
|
||||||
background-color: transparent;
|
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: #94A0AD;
|
color: #94A0AD;
|
||||||
|
|||||||
@ -252,7 +252,6 @@
|
|||||||
.faq-item{
|
.faq-item{
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
cursor: pointer;
|
|
||||||
.faq-item-inner{
|
.faq-item-inner{
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
@ -316,11 +316,24 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.community_detail-inner{
|
.community_detail-inner{
|
||||||
padding-top: 20px;
|
max-height: 300px;
|
||||||
padding-bottom: 20px;
|
overflow-y: auto;
|
||||||
|
margin-top: 20px;
|
||||||
|
margin-bottom: 20px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #45576F;
|
color: #45576F;
|
||||||
line-height: 26px;
|
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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user