.dashboard-view { padding: 50px; display: flex; flex-direction: row; width: 100%; position: absolute; .left-menu { display: flex; flex-direction: column; width: 300px; } .all-dashboards { display: flex; flex-direction: row; flex-wrap: wrap; overflow-y: scroll; } } .text-button { padding: 10px 0; &:hover { font-weight: 500; } &.selected { font-weight: 700; } } .dashboard-container { border-radius: 10px; width: 250px; border: solid .5px grey; display: flex; flex-direction: column; margin: 0 30px 30px 30px; overflow: hidden; &:hover { border: solid 1.5px grey; } .title { margin: 10px; font-weight: 500; } img { width: auto; height: 80%; } .info { display: flex; flex-direction: row; justify-content: space-between; align-items: center; } .more { z-index: 100; } }