.flip-x { transform: scaleX(-1); } .hidden { display: none; } /** * Hides an element. */ .hide { display: none !important; } .invisible { visibility: hidden; } /** * Shows an element. */ .show { display: block !important; } /** * resets default button styles, * mostly intended to be used on interactive elements that * differ from their default styles (e.g. ) or have custom styles */ .invisible-button { background: none; border: none; color: inherit; cursor: pointer; padding: 0; } /** * style an element the same as an * useful on some cases where we visually have a link but it's actually a