44 lines
1.0 KiB
Plaintext
44 lines
1.0 KiB
Plaintext
.wea-hrm-resource-total {
|
|
.wea-info-group {
|
|
&-content-cell-value{
|
|
border-bottom: 1px solid #e2e2e2;
|
|
padding-bottom: 2px;
|
|
padding-left: 8px;
|
|
min-height: 18px;
|
|
}
|
|
&-title {
|
|
font-size: 14px;
|
|
color: #868686;
|
|
border-bottom: 1px solid #e2e2e2;
|
|
background-color: #f4faff;
|
|
}
|
|
&-title-info{
|
|
display: inline-block;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
padding-left: 10px;
|
|
&:before{
|
|
display: inline-block;
|
|
content: " ";
|
|
color: transparent;
|
|
height: 32px;
|
|
position: absolute;
|
|
left: 1px;
|
|
border-left: 2px solid #2b9dec;
|
|
}
|
|
}
|
|
&-content {
|
|
padding-top: 10px;
|
|
}
|
|
&-content>div{
|
|
overflow: hidden;
|
|
transition: height .2s cubic-bezier(.215, .61, .355, 1);
|
|
padding: 10px 10px 10px 15px;
|
|
}
|
|
}
|
|
.wea-hrm-resource-total-info{
|
|
padding-top: 15px;
|
|
padding-left: 15px;
|
|
padding-right: 12px;
|
|
}
|
|
} |