Merge branch 'qcast-pub' into dev
This commit is contained in:
commit
8f0f7e5df6
@ -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;
|
||||
|
||||
@ -252,7 +252,6 @@
|
||||
.faq-item{
|
||||
position: relative;
|
||||
margin-bottom: 10px;
|
||||
cursor: pointer;
|
||||
.faq-item-inner{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user