Chris@0: /** Chris@0: * @file Chris@0: * Styles for Configuration Translation. Chris@0: */ Chris@0: Chris@0: /** Chris@0: * Hide the label, in an accessible way, for responsive screens which show the Chris@0: * form in one column. Chris@0: */ Chris@0: .translation-set__translated label { Chris@18: position: absolute; Chris@18: overflow: hidden; Chris@0: clip: rect(1px, 1px, 1px, 1px); Chris@18: width: 1px; Chris@0: height: 1px; Chris@0: } Chris@0: Chris@0: @media screen and (min-width: 38em) { Chris@0: .translation-set__translated label { Chris@0: position: inherit; Chris@0: width: auto; Chris@18: height: auto; Chris@0: } Chris@0: }