mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 23:15:36 +00:00
Début du projet, création du comportement de base + structure du site / du projet
This commit is contained in:
32
styles/categories.module.scss
Normal file
32
styles/categories.module.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user