_course.scss 4.17 KB
.type-sfwd-courses {
    margin-top: 30px;
  }
  
  .program-info {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
  
    max-width: 531px;
    #program-info {
      .nav-item {
        width: 50%;
        border: 0px solid #ccc;
        .nav-link {
          width: 100%;
          border-radius: 0px;
          background-color: #0081bc;
          color: #ffffff;
          border: 0px solid #ccc;
          font-size: 18px;
          padding: 20px 20px;
          font-family: "Poppins", sans-serif;
        }
        .nav-link.active {
          background-color: #ffffff;
          color: #0081bc;
        }
      }
    }
    #program-info-content {
      padding: 20px 40px 40px 40px;
      table {
        width: 100%;
        tr {
          th {
            width: 33%;
            font-size: 18px;
            color: #0081bc;
            font-family: "Poppins", sans-serif;
          }
        }
        tr:not(.not) {
          border-bottom: 1px solid #ffa300;
          td {
            font-size: 16px;
            padding: 10px 0px;
          }
        }
      }
    }
  }
  .outcomes {
    margin: 70px 0px;
    .outcome {
      width: 100%;
      min-height: 227px;
      background-color: #e2f2f9;
      padding: 25px 25px 25px 15px;
      border-radius: 25px 25px 0px 0px;
      border-bottom: 22px solid #ffa300;
      font-size: 16px;
      line-height: 24px;
    }
    .col-out {
      @media only screen and (max-width: 600px) {
        margin-top: 20px;
      }
    }
    .col-out:nth-of-type(2) .outcome {
      border-bottom: 22px solid #3f9c35;
    }
    .col-out:nth-of-type(3) .outcome {
      border-bottom: 22px solid #0484b8;
    }
    .col-out:nth-of-type(4) .outcome {
      border-bottom: 22px solid #e04e39;
    }
  }
  
  #login-window{
    .modal-dialog{
      position: relative;
     max-width: 550px;
   
    }
    .modal-header{
      border-radius: 0px;
      border-bottom: 0px solid #dee2e6;
    }
    .modal-content{

     border-radius: 0px;
     height: 295px;
     .modal-body{
     padding: 0px 60px  20px 60px;
     .modal-title{
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      font-size: 22px;
      list-style: 33px;
      text-align: center;
     }     
     a{
      color:#0484b8;
     }
     a:hover{
      color: #2c2c2c;
      
     }
    .login-btn{
      display: block;
      margin: auto;
      background-color: #0484b8;
      font-size: 14px;
      color: #fff;
      padding: 7px 25px;
      text-decoration: none;
    }
    .login-btn:hover{
      background-color: #2c2c2c;
      color: #fff;
    }
    }
    }
    .btn-close{
      width: 24px;
      height: 24px;
      opacity: 1;
      background-size: 24px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.996' height='33.996' viewBox='0 0 33.996 33.996'%3E%3Cg id='Group_1458' data-name='Group 1458' transform='translate(2.121 2.121)' opacity='0.997'%3E%3Cline id='Line_3' data-name='Line 3' x2='29.754' y2='29.754' transform='translate(0 0)' fill='none' stroke='%230081BC' stroke-linecap='round' stroke-width='3'/%3E%3Cline id='Line_4' data-name='Line 4' x1='29.754' y2='29.754' transform='translate(0 0)' fill='none' stroke='%230081BC' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
     }
     .btn-close:hover{
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.996' height='33.996' viewBox='0 0 33.996 33.996'%3E%3Cg id='Group_1499' data-name='Group 1499' transform='translate(2.121 2.121)' opacity='0.997'%3E%3Cpath id='Path_1922' data-name='Path 1922' d='M0 0 29.754 29.754' transform='translate(0 0)' fill='none' stroke='%232c2c2c' stroke-linecap='round' stroke-width='3'/%3E%3Cline id='Line_4' data-name='Line 4' x1='29.754' y2='29.754' transform='translate(0 0)' fill='none' stroke='%232c2c2c' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
     }
  }


/* To hide the additional information tab */
li.additional_information_tab {
    display: none !important;
}

.ld-course-status.ld-course-status-not-enrolled{
  display: none !important;
}

.user_has_no_access{
  .ld-item-list.ld-lesson-list{
    display:none !important;
  }
}