project-team.less 2.99 KB
Newer Older
Felipe Escala Torres committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152
// CORE
@import "../../../global/less/core/variable.less";
@import "../../../global/less/core/mixins.less";
@import "../../../global/less/core/functions.less";

.cbp-l-member-meta{
  position: relative;
  ul{
    margin-top: 25px;
    li{
      width: inherit;
      height: inherit;
      a{
        background-color: #34425C;
        text-align: center;
        .resize(40px);
        display: block;
        padding: 10px;
        i{
          font-size: 18px;
          color: white;
        }
      }
    }
  }
}
.cbp-l-member-biodata{
  border-top: 2px solid @gray;
  margin-top: 30px;
  padding-top: 30px;
  margin-bottom: 30px;
}
.resume-category {
  margin-bottom: 40px;
  .resume-category-title {
    background: #34425C;
    color: #FFF;
    text-transform: uppercase;
    padding-left: 10px;
    margin: 0;
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    .icon-plus{
      background-color: @color-success;
    }
  }
  .resume-post {
    padding: 22px 0 19px;
    border-bottom: 1px solid #EBEBEB;
    .resume-post-body {
      border-width: 0 0 0 2px;
      border-style: solid;
      border-color: @color-success;
      padding-left: 15px;
      .resume-post-date {
        line-height: 13px;
        padding: 2px 0px 3px;
        border-bottom: 2px solid #E3E3E3;
        border-color: #E3E3E3;
        color: #8F8F8F;
        float: right;
      }
      .resume-post-title {
        color: #4A4A4A;
        margin-bottom: 9px;
        margin-right: 90px;
      }
      .resume-post-subtitle {
        color: #ADADAD;
        clear: both;
        margin-bottom: 4px;
      }
      .resume-post-cont {
        clear: both;
      }
    }
  }
}
.resume-sidebar {
  .skill-box {
    margin-bottom: 39px;
    h3{
      color: #242A2E;
      text-transform: uppercase;
      padding-left: 10px;
      border: 2px solid #D0DDE5;
      margin-top: 0;
      margin-bottom: 23px;
      font-size: 18px;
      line-height: 32px;
      font-weight: 300;
      .icon-plus{
        background-color: #D0DDE5;
        i{
          color: #F8F8F8;
        }
      }
    }
  }
  .skill-row {
    border-left: 2px solid #DFDFDF;
    padding-left: 10px;
    margin-bottom: 12px;
    .skill-title {
      color: #4F4F4F;
      margin-bottom: 8px;
      text-transform: uppercase;
      font-size: 13px;
      .flag{
        width: 19px;
        height: 20px;
        display: inline-block;
        float: left;
        margin-right: 6px;
      }
    }
    .skill-data {
      height: 10px;
      position: relative;
      background-color: #E6E6E6;
      .skill-percent-line {
        position: absolute;
        height: 100%;
        width: 0%;
        left: 0px;
        top: 0px;
        background: @color-success;
      }
      .skill-percent {
        color: #848484;
        position: absolute;
        right: 0px;
        top: -25px;
        margin-right: 1px;
      }
    }
  }
}
.icon-plus{
  float: right;
  min-width: 35px;
  text-align: center;
}
.resume.btns{
  margin-bottom: 30px;
}
.cbp-l-member-img{
  img{
    border: none;
  }
}