//////////////////////////////////////// // THEME / UTILITIES / BACKGROUND COLORS //////////////////////////////////////// // Scarlet .unl-bg-scarlet { @include bg-scarlet(!important); } // Cream .unl-bg-cream { @include bg-cream(!important); } // Gray .unl-bg-lightest-gray { @include bg-lightest(!important); } .unl-bg-lighter-gray { @include bg-lighter(!important); } .unl-bg-light-gray { @include bg-light(!important); } .unl-bg-dark-gray { @include bg-dark(!important); } .unl-bg-darker-gray { @include bg-darker(!important); } .unl-bg-darkest-gray { @include bg-darkest(!important); } // Cerulean .unl-bg-cerulean { @include bg-cerulean(!important); } // Green .unl-bg-green { @include bg-green(!important); } .unl-bg-light-green { @include bg-light-green(!important); } // Blue .unl-bg-blue { @include bg-blue(!important); } .unl-bg-light-blue { @include bg-light-blue(!important); } // Purple .unl-bg-purple { @include bg-purple(!important); } .unl-bg-light-purple { @include bg-light-purple(!important); } // Yellow .unl-bg-yellow { @include bg-yellow(!important); }