%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/projetos/korean.ongrace.com/wp-content/ai1wm-backups/66/css/
Upload File :
Create Path :
Current File : /var/www/projetos/korean.ongrace.com/wp-content/ai1wm-backups/66/css/didin.scss

@import "all_mixing/media/screen";
@import "all_mixing/font/font_family";
@import "all_mixing/color/colors";

body{
  padding:0;
  margin:0;
  @include Inter;
}

.container{
  max-width: 1440px;
}

.navbar{
  background: #F5F5F5;
  height: 73px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  width:100%;
  position: fixed;
  top: 0;
  left:0;
  right: 0;
  z-index: 99999;
  &{
    @include breakpoints(mobile) {
      padding-left: 0px;
      padding-right: 0px;
    }
  }
  .left{
    display: flex;
    align-items: end;
    ul{
      margin-bottom:0;
    }
    .logo{
      &{
        @include breakpoints(mobile) {
          display: none;
        }
      }
    }
    .logo_sm{
      display: none;
      &{
        @include breakpoints(mobile) {
          display: block;
        }
      }
    }
  }
  .right{
   .client{
      &{
        @include breakpoints(mobile) {
          display: none;
        }
      }
    }
    .client_sm{
      display: none;
      &{
        @include breakpoints(mobile) {
          display: block;
        }
      }
    }
  }
}

main{
  margin-top: 150px;
  .container{
    max-width: 1280px;
    &{
      @include breakpoints(mobile) {
          max-width: 480px;
      }
    }
  }
  .dada{
    box-shadow: 0 16px 20px 2px rgba(0, 0, 0, 0.05), 0 6px 20px 3px rgba(0, 0, 0, 0.05), 0 16px 14px -5px rgba(0, 0, 0, 0.06);
    padding:20px;
    border-radius:17px;
    .cat{
      display: flex;
      align-items: start;
      justify-content: space-between;
      &{
        @include breakpoints(sm) {
           display: block;
        }
      }
      .aa{
        width: 29%;
        font-size: 16px;
        padding: 0rem 0.84118rem 0;
        outline:none ;
        background:#F5F5F5;
        border-bottom:2px solid #000;
        border-radius: 1px;
        height:56px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        position: relative;
        &{
          @include breakpoints(sm) {
             width: 100%;
          }
        }
        &:hover{
          border-bottom:2px solid $blue;
          background: #E1F7FF;
        }
        p{
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
        }
        .chose{
          position: absolute;
          background: white;
          width: 100%;
          z-index: 99999;
          box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
          left: 0;
          top:56px;
          display: none;
          li{
            border-bottom: 1px solid #ccc;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            display: flex;
            align-items: center;
            justify-content: space-between;
            a{
              color: black;
              text-decoration: none;
              display: flex;
              justify-content: space-between;
              padding: 15px;
              width: 100%;
            }
            i{
              color: rgba(0,0,0,0.7);
              font-size: 23px;
            }
            &.active{
              font-weight: 700;
            }
            &:hover{
              background: #E1F7FF;
            }

          }
        }
      }
      .bb{
        width: 69%;
        &{
          @include breakpoints(sm) {
             width: 100%;
          }
        }
      }
    }
    .form-group{
      position:relative;
    }
    .err{
      color: #be0028;
      margin-top: 2px;
      padding-left: 20px;
      font-size:13px;
      display: none;
    }
    .bit{
      position: absolute;
      right: 15px;
      top: 15px;
      font-size: 20px;
      &#hide{
        display: none;
      }
      &#erreur{
        display: none;
      }
      &#delet{
        display: none;
      }
    }
    .form-group input{
      font-size: 15px;
      padding: 1.05882rem 0.84118rem 0;
      outline:none ;
      background:#F5F5F5;
      width:100%;
      border-color:#F5F5F5;
      border-bottom:2px solid #9E9E9E;
      border-radius: 1px;
      height:56px;
    }
    .form-group input:focus{
      border-color:#F5F5F5;
      box-shadow:none;
      border-bottom:2px solid $blue;
      background:#F5F5F5;
    }
    .form-group label{
      position:absolute;
      top: 15px;
      left: 0.84118rem;
      pointer-events:none;
      transition: .3s;
      font-size:16px;
      padding-top: 0;
      color:#000 ;
    } 
    .form-group input:focus ~ label,
    .form-group input:valid ~ label{
      top: 8px;
      left: 0.84118rem;
      font-size: 13px;
      color:#75797D;
      font-weight: 500;
    }
    .btn{
      padding:10px 15px;
      margin-top: 30px;
      color:white;
      background: $blue;
      font-weight: 500;
      width: 100%;
      box-shadow: 0 10px 12px -8px rgba(0, 0, 0, 0.3), 0 10px 12px -8px rgba(0, 109, 255, 0.5);
      &:hover{
        background: #0051DB;
      }
    }
  }
  .aps{
    padding-left:50px;
    padding-right:50px;
    &{
      @include breakpoints(mobile) {
        padding-left:0px;
        padding-right:0px;
        padding-top: 40px;
      }
    }
    h2{
      margin-top:30px;
      font-weight: 700;
      color: black;
    }
    .btn{
      padding:15px 30px;
      background: white;
      color: $blue;
      background: #fff;
      border-color:$blue;
      font-size:14px;
      margin-top: 40px;
    }
  }
}

.service{
  margin-top: 100px;
  h3{
    color: #000;
  }
}

.fot{
  background: #212121;
  padding-top:40px;
  padding-bottom:40px;
  ul{
    li{
      color: white;
    }
  }
}

Zerion Mini Shell 1.0