plasma
plasma copied to clipboard
**Preview:** --------- **CSS:** ``` /* Side bar */ background-color: $purple100; width: 70px; height: 100%; ``` --------- **Related issues:** - Side bar item #27 - Brand item #28 - User &...
**Preview:** --------- **CSS:** /\* CSS largely the same as side bar item (#26). Differences below */ ``` /* Support side bar item */ border-bottom: none; margin-bottom: 10px; ```
**Preview:** --------- **CSS:** /\* CSS largely the same as side bar item (#26). Differences below */ ``` /* Search side bar item */ background-color: rgba(0,0,0,0.1); /* #000 @ 10% */...
_Related issue: Legend & label (#22)_ --- **Preview:** --------- **CSS (limited):** **Regular:** ``` /* Inline label */ font: $bold5; line-height: 40px; margin-right: 20px; ``` **Large:** ``` /* Inline label */...
Related to #11 -------------- This is an alternative variant on the default tertiary style — a light version for overlaying images and dark background colors. ``` /* Same styles as...