This commit is contained in:
2019-07-16 01:03:26 +02:00
parent c66917c9a0
commit 8c9e1bc509
242 changed files with 5638 additions and 1288 deletions
@@ -2,32 +2,27 @@
position: fixed;
width: 20%;
height: 100%;
top: 0;
right: 0;
display: flex;
ul{
top: 0;
display: inline-flex;
.list-projets{
margin: auto;
text-align: right;
margin-right: 20px;
a{
color: grey;
position: relative;
&:hover{
li{
position: relative;
&::after{
content: " ";
top: 7px;
right: -13px;
display: block;
position: absolute;
background-color: grey;
border-radius: 5px;
width: 7px;
height: 7px;
ul{
&:nth-child(1){
margin-top: 0;
}
margin: $marg $marg 0px 0;
text-align: right;
li{
&:hover{
a{
color: black;
}
}
}
a{
color: grey;
}
}
}
}