44 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| .search_categories, #categories {
 | |
|     text-transform: capitalize;
 | |
|     margin-bottom: 1.5rem;
 | |
|     margin-top: 1.5rem;
 | |
|     display: flex;
 | |
|     flex-wrap: wrap;
 | |
|     align-content: stretch;
 | |
| 
 | |
|     label, .input-group-addon {
 | |
|         flex-grow: 1;
 | |
|         flex-basis: auto;
 | |
|         font-size: 1.3rem;
 | |
|         font-weight: normal;
 | |
|         background-color: white;
 | |
|         border: #DDD 1px solid;
 | |
|         border-right: none;
 | |
|         color: #333;
 | |
|         padding-bottom: 0.8rem;
 | |
|         padding-top: 0.8rem;
 | |
|         text-align: center;
 | |
|         min-width: 50px;
 | |
|     }
 | |
| 
 | |
|     label:last-child, .input-group-addon:last-child {
 | |
|         border-right: #DDD 1px solid;
 | |
|     }
 | |
| 
 | |
|     input[type="checkbox"]:checked + label{
 | |
|         color: black;
 | |
|         font-weight: bold;
 | |
|         background-color: #EEE;
 | |
|     }
 | |
| }
 | |
| 
 | |
| .visually-hidden {
 | |
|     position: absolute !important;
 | |
|     height: 1px;
 | |
|     width: 1px;
 | |
|     overflow: hidden;
 | |
|     clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
 | |
|     clip: rect(1px, 1px, 1px, 1px);
 | |
|     white-space: nowrap; /* added line */
 | |
| }
 | 
