4 #components Components These are our components (class name selectors) 4.1 #components.buttons Button This is some descriptive text about our button Examples Default styling Button .c-button--green Green variant Button .c-button--blue Blue variant Button :hover Highlight the button when hovered. Button :disabled Make the button change appearance to reflect it being disabled. Button :active "Press" the button down when clicked. Button <button class="c-button [modifier class]">Button</button>