modification style bouton déconnexion
This commit is contained in:
@@ -34,24 +34,46 @@ main.container {
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
.container ul {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.container li {
|
||||
margin-right : 20px;
|
||||
.option {
|
||||
margin-right : 20px!important;
|
||||
}
|
||||
|
||||
.sous {
|
||||
display: none;
|
||||
box-shadow: 0px 1px 2px;
|
||||
background-color: white;
|
||||
box-shadow: 0px 1px 2px #CCC;
|
||||
background-color: #b4ccf0;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
nav > ul li:hover .sous{
|
||||
display: block;
|
||||
display: block ;
|
||||
}
|
||||
|
||||
.deroulant a {
|
||||
text-decoration: none;
|
||||
color:white;
|
||||
}
|
||||
|
||||
.deroulant > a::after {
|
||||
content:" ▼";
|
||||
font-size: 15px;
|
||||
|
||||
}
|
||||
|
||||
.sous a:hover{
|
||||
color: blue;
|
||||
border-bottom: 2px solid gray;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
section.connexion {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
Reference in New Issue
Block a user