/** 
 ** job-openings.css
 **
 ** Styles for view job-openings.
 **
 ** $Revision: 1.0$
 ** $Date: 2023-05-30$
 ** Author: Charles Sun
 ** Copyright: Montage Technology Co., Ltd.
 **/

@import '../variables.css';

.view-job-openings .panel-group {
  width: 100%;
}
.view-job-openings .card-header .btn {
  width: 100%;
}
/* 
.view-job-openings .job-title {
    display: inline-block;
    flex-grow: 1;
}
.view-job-openings .job-department {
    display: inline-block;
    width: 5rem;
}
.view-job-openings .job-location {
    display: inline-block;
    width: 5rem;
}
 */
 .view-job-openings .fa {
  margin-right: 5px;
  color: var(--primary);
}
.view-job-openings .job-properties {
  padding-left: 1.5rem;
}
/* .view-job-openings .job-title {
  font-weight: bold;
} */
.view-job-openings .job-properties {
  font-weight: normal;
}
.view-job-openings .btn-link{
  color: var(--fontcolor);
}
/* .view-job-openings .btn-link:focus,
.view-job-openings .btn-link:active, */
.view-job-openings .btn-link:hover
{
  text-decoration: none;
  color: var(--accent);
}
.view-job-openings .form-row {
  justify-content: center;
}
