Début du projet, création du comportement de base + structure du site / du projet

This commit is contained in:
Sonny
2022-01-07 01:58:57 +01:00
parent 716f9758bb
commit 816c8980e1
18 changed files with 11732 additions and 73 deletions

View File

@@ -0,0 +1,32 @@
.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;
}
}
}