
| Current Path : /var/www/html/dinarosun/web/core/modules/config_translation/css/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/dinarosun/web/core/modules/config_translation/css/config_translation.admin.css |
/**
* @file
* Styles for Configuration Translation.
*/
/**
* Hide the label, in an accessible way, for responsive screens which show the
* form in one column.
*/
.translation-set__translated label {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
width: 1px;
height: 1px;
}
@media screen and (min-width: 38em) {
.translation-set__translated label {
position: inherit;
width: auto;
height: auto;
}
}