/* ========================================================================== Site wide styles ========================================================================== */ /* Selection ========================================================================== */ ::-moz-selection { background-color: mix(#fff, $base-color, 65%); color: $base-color; text-shadow: none; } ::selection { background-color: mix(#fff, $base-color, 65%); color: $base-color; text-shadow: none; } /* Global classes ========================================================================== */ /* Capitalize */ .all-caps { text-transform: uppercase; } /* Float left */ .pull-left { float: left; } /* Float right */ .pull-right { float: right; } .image-pull-right { float: right; margin-top: 0; } /* Clearfix */ .clearfix { *zoom: 1; &:before, &:after { display: table; content: ""; } &:after { clear: both; } } /* Remove bullets and indentation from list */ .unstyled-list { list-style: none; margin-left: 0; padding-left: 0; li { list-style-type: none; } }