// Common/Global Styles // Use this file for global styles that don't or won't have their own stylesheet body { font-size: 16px; background-color: #fff; .container-fluid { max-width: 576px; //Remove once desktop app is complete &.container-shadow { box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15); //Use instead of Bootstrap's helper } } .pointer { cursor: pointer; } .container, .container-fluid { overflow-x: hidden; } .sr-only { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; } } // Hide horizontal scrollbar