border color id protagoniste
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user