This commit is contained in:
2019-09-27 00:29:18 +02:00
parent 40af43681e
commit b857814072
470 changed files with 37562 additions and 10060 deletions
@@ -1,6 +1,6 @@
.sidebar-right{
position: fixed;
width: 20%;
width: 15%;
height: 100%;
right: 0;
top: 0;
@@ -22,6 +22,33 @@
}
a{
color: grey;
&::before{
content: " ";
width: 5px;
height: 5px;
display: inline-block;
border-radius: 5px;
vertical-align: middle;
margin-right: 5px;
}
&#culturelle{
&::before{
background: $color_culturelle;
}
}
&#sociale{
&::before{
background: $color_sociale;
}
}
&#publique{
&::before{
background: $color_publique;
}
}
&.active{
color: black;
}
}
}
}