v26.6.0 updates

This commit is contained in:
Thilina Hasantha
2019-07-26 03:53:24 +02:00
parent c3344b99fa
commit fd99ea299e
195 changed files with 18838 additions and 2639 deletions

View File

@@ -840,4 +840,43 @@ table.dataTable{
.conversation-save-post {
padding: 1px 10px;
margin-bottom: 15px;
}
}
.leave-entitlement-block-title {
font-size: 16px;
border-bottom: solid 1px #DDD;
padding-bottom: 10px;
}
.leave-entitlement-block-validtext {
color: darkred;
display: block;
font-weight: 800;
}
.leave-entitlement-block {
font-size: 13px;
margin-bottom: 20px;
}
.flex-container {
align-items: stretch;
flex-wrap: wrap;
display: flex;
}
.list-group-item:first-child {
border-top-right-radius: 0px;
border-top-left-radius: 0px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
.recruiter-image {
width: 100%;
margin-top: 20px;
}