23 lines
		
	
	
		
			365 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			365 B
		
	
	
	
		
			Plaintext
		
	
	
.@{prefixClass}-panel {
 | 
						|
  &-input {
 | 
						|
    margin: 0;
 | 
						|
    padding: 0;
 | 
						|
    width: 100%;
 | 
						|
    cursor: auto;
 | 
						|
    line-height: 1.5;
 | 
						|
    outline: 0;
 | 
						|
    border: 1px solid transparent;
 | 
						|
 | 
						|
    &-wrap {
 | 
						|
      box-sizing: border-box;
 | 
						|
      position: relative;
 | 
						|
      padding: 6px;
 | 
						|
      border-bottom: 1px solid #e9e9e9;
 | 
						|
    }
 | 
						|
 | 
						|
    &-invalid {
 | 
						|
      border-color: red;
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |