Skip to content
Snippets Groups Projects
Select Git revision
  • 24c8f74cda75b3df58a6843f6061d1ab76bef19e
  • main default protected
  • gaeon
3 results

join.module.css

Blame
  • join.module.css 2.80 KiB
    *{
      margin: 0;
      padding: 0;
    }
    
    .logo{
        margin-top: 70px;
    
          /* 드래그 방지 */
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    .title{
        margin-top: 55px;
        margin-bottom: 20px;
        margin-right:265px;
        font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          line-height: 30px;
        color:#8393BE
      }
      
    .join{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-family: "Poppins";
    }  
    
    .checkId, .checkNickname{
        width: 60px;
        height: 30px;
        margin-left: 240px;
        margin-top:-3px;
        background-color: #F7F8F8;
        border: 1px solid #7e7c7c;
        border-radius: 50px;
      
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
      
        color: #7e7c7c;
        cursor: pointer;
    }
    
    .input_with_img{
        height: 20px;
        width: 300px;
    
        margin: 10px;
        padding: 15px;
    
        background: #F7F8F8;
        border: 1px solid #F7F8F8;
        border-radius: 14px;
    
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        color: #ADA4A5;