Files
my-links/styles/categories.module.scss

32 lines
598 B
SCSS

.categories-wrapper {
border: 1px solid red;
height: 100%;
width: 300px;
padding: 10px;
margin-right: 15px;
display: flex;
align-items: center;
flex-direction: column;
overflow-x: auto;
& .block-wrapper {
height: auto;
width: 100%;
margin-bottom: 15px;
& h4 {
text-transform: uppercase;
font-size: .85em;
color: #dadce0;
}
& .favorites .item .category {
color: #dadce0;
}
& .categories .active {
color: red;
}
}
}