\n Use these appearance classes to manipulate how an element is\n rendered.\n
\n\n \n u-border-radius--small\n \n | \n \n Gives element a border radius of 2px.\n | \n
\n \n u-border-radius--medium\n \n | \n \n Gives element a border radius of 4px.\n | \n
\n \n u-border-radius--large\n \n | \n \n Gives element a border radius of 8px.\n | \n
\n \n u-cursor--pointer\n \n | \n \n Sets `cursor: pointer` to element, implying a click event.\n | \n
\n \n u-list-style--none\n \n | \n \n Sets `list-style-type: none` to element, removing all list\n bullets.\n | \n
\n \n u-reset--box\n \n | \n \n Resets the box model to `box-sizing: border-box`. Width and\n height properties will include content, padding and border.\n | \n
\n \n u-scroll--none\n \n | \n \n Sets `overflow: none` on an element, removing all scrollbars.\n | \n
\n \n u-scroll--vertical\n \n | \n \n Sets `overflow-y: auto` on an element, showing scrollbars\n whenever content overflows vertically.\n | \n
\n \n u-scroll--horizontal\n \n | \n \n Sets `overflow-x: auto` on an element, showing scrollbars\n whenever content overflows horizontally.\n | \n
\n \n u-rotate--90\n \n | \n \n Rotates the element 90 degrees clockwise.\n | \n
\n \n u-rotate--180\n \n | \n \n Rotates the element 180 degrees clockwise.\n | \n
\n \n u-rotate--270\n \n | \n \n Rotates the element 270 degrees clockwise.\n | \n
\n \n u-is-visible--[screen size]\n \n | \n \n Adds `display: block`, forcing element to appear visible at\n designated screen-size and below. \n See{' '}\n \n full list of breakpoints\n \n .\n | \n
\n \n \n u-is-visible-flex--[screen size]\n \n \n | \n \n Adds `display: flex`, forcing element to appear visible at\n designated screen-size and below. \n See{' '}\n \n full list of breakpoints\n \n .\n | \n
\n \n u-is-hidden--[screen size]\n \n | \n \n Adds `display: none`, forcing element to appear be hidden at\n desginated screen-size and below. \n See{' '}\n \n full list of breakpoints\n \n .\n | \n
\n \n u-white-space--nowrap\n \n | \n \n Sets `white-space: nowrap`, forcing text to never wrap onto the\n next line.\n | \n
\n \n u-white-space--normal\n \n | \n \n Sets `white-space: normal`, forcing text to wrap onto the next\n line whenever width is limited.\n | \n