// Table look for all website .table-look{ width:100%; margin:20px 0 0; position:relative; table{ thead{ background-color: #1c81c7; color: #fff; } tbody{ tr{ &:nth-child(2n){ background-color: #e0e0e0; } &:hover{ background-color: #b2e0ff; } } } td{ padding:10px; } } }