@shawnsandy/mix
Version:
AtomMix--A toolkit for generating utility classes, components and styles-sheets for your design system, style-guide or website from SASS MAPS
33 lines (30 loc) • 597 B
CSS
/*
Do not edit directly
Generated on Sun, 06 Dec 2020 22:54:50 GMT
*/
/** GENERAL PURPOSE SASS-MIXINS **/
/** generates a series of modifies based a list of attributes **/
/**
**/
/**
* navbar
*/
.mx-clip-box {
overflow: hidden;
position: relative;
line-height: 1rem;
max-height: 3rem;
margin-right: -1rem;
padding-right: 1rem; }
.mx-clip-box:before {
content: "...";
position: absolute;
right: 0;
bottom: 0; }
.mx-clip-box:after {
content: "";
position: absolute;
right: 0;
width: 1rem;
height: 1rem;
background: transparent; }