@atlassian/aui
Version:
Atlassian User Interface Framework
27 lines (24 loc) • 441 B
CSS
/*!!
* @atlassian/aui - Atlassian User Interface Framework
* @version v8.0.0-alpha.1
* @link https://aui.atlassian.com
* @license SEE LICENSE IN LICENSE.md
* @author Atlassian Pty Ltd.
*/
.clear {
clear: both;
}
.hidden {
display: none ;
}
.assistive,
form.aui legend.assistive {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}