mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 22:53:25 +00:00
32 lines
598 B
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;
|
|
}
|
|
}
|
|
} |