/**
 * #.# Common SCSS
 * Can include things like variables and mixins
 * that are used across the project.
*/


button:focus{
    box-shadow: none !important;
}