<div class="community-team-input">
    <input type="text" id="community-input" class="community-input" placeholder="Enter town name" />
</div>

No notes defined.

/* No context defined. */
  • Content:
    /* stylelint-disable */
    .community-team-input {
        position: relative;
        width: 100%;
    }
    
    .community-input {
        width: 100%;
        height: 48px;
        padding: 12px;
        border-radius: 4px;
        border: 2px solid #AEBDE6;
        font-size: 16px    ;
        color: #4F6074;
        font-family: FS Dillon;
        cursor: text;
        background-color: white;
        box-sizing: border-box;
        padding-right: 30px; 
        line-height:24px;
    }
    
    .community-input:focus {
        border-color: #AEBDE6;
        outline: none;
    }
  • URL: /components/raw/input-container/Input-Container.scss
  • Filesystem Path: src/library/components/Input-Container/Input-Container.scss
  • Size: 491 Bytes
<div class="community-team-input">
  <input type="text" id="community-input" class="community-input" placeholder="Enter town name" />
</div>