@import './base.css'; body{ max-width:1920px; margin:auto; position:relative; } button{ cursor: pointer; &:hover{ transform: scale(1.01); } } .hover-effect{ cursor: pointer; }