Merge remote-tracking branch 'origin/qcast-pub' into dev
This commit is contained in:
commit
26c58d46b8
@ -44,7 +44,8 @@
|
||||
}
|
||||
.ag-cell{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
font-size: 13px;
|
||||
color: #45576F;
|
||||
line-height: 1.4 !important;
|
||||
|
||||
@ -1993,6 +1993,31 @@ $alert-color: #101010;
|
||||
&.none-flex{
|
||||
flex: none;
|
||||
width: 230px;
|
||||
.outline-form{
|
||||
.grid-select{
|
||||
flex: none;
|
||||
width: 95.77px;
|
||||
}
|
||||
.thin{
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.roof-module-tab2-overflow{
|
||||
max-height: 500px;
|
||||
overflow-y: auto;
|
||||
padding-bottom: 15px;
|
||||
border-bottom: 1px solid #4D4D4D;
|
||||
&::-webkit-scrollbar {
|
||||
width: 4px;
|
||||
background-color: transparent;
|
||||
}
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background-color: #D9D9D9;
|
||||
}
|
||||
&::-webkit-scrollbar-track {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
.module-table-flex-wrap{
|
||||
@ -2019,8 +2044,9 @@ $alert-color: #101010;
|
||||
&.non-flex{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-end;
|
||||
justify-content: flex-start;
|
||||
flex: none;
|
||||
padding-top: 27.5px;
|
||||
width: 260px;
|
||||
}
|
||||
}
|
||||
@ -2054,11 +2080,14 @@ $alert-color: #101010;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
}
|
||||
.module-bottom{
|
||||
padding-bottom: 15px;
|
||||
border-bottom: 1px solid #4D4D4D;
|
||||
}
|
||||
|
||||
.reset-word-wrap{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.grid-btn-wrap{
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
.reset-word{
|
||||
font-size: 12px;
|
||||
color: #FFCACA;
|
||||
|
||||
@ -357,7 +357,7 @@ button{
|
||||
clip-path:inset(0 0 100% 0);
|
||||
width: calc(100% + 2px);
|
||||
padding: 8px 0;
|
||||
max-height: 100px;
|
||||
max-height: 116px;
|
||||
overflow-y: auto;
|
||||
background-color: #373737;
|
||||
border: 1px solid #3F3F3F;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user