This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| input.boolean { | |
| // The input will not honor line-height: use height. | |
| height: 1.5em; | |
| // Cancel the main styles: transfer to wrapper. | |
| margin-bottom: 0; | |
| // Middle cannot be used because we must account for | |
| // multiline labels. | |
| vertical-align: top; | |
| } |