border color id protagoniste

This commit is contained in:
2022-01-20 15:25:09 +01:00
parent e2bf468ed9
commit c565e1a188
6 changed files with 190 additions and 22 deletions
@@ -75,19 +75,21 @@
display: flex;
flex-direction: row;
justify-content: space-between;
// margin-right: 20px;
width: 100%;
padding: 1rem;
.is-active{
color:$blue-light;
}
ul{
display: flex;
flex-direction: column;
display: none;
min-width: 100px;
justify-content: space-between;
background:$white;
// padding-inline-start: 0;
.is-active{
color:$blue-light;
}
@@ -95,10 +97,12 @@
li{
display: flex;
flex-direction: column;
justify-content: space-between;
background-color: $white;
padding-bottom: 0.8rem;
min-width: 30%;
max-width: inherit;
align-items: center;
padding-left: 0;
.menuOpen{
display: flex;
}