This commit is contained in:
2020-07-19 20:40:40 +02:00
parent 40070233b8
commit 53963cd999
21 changed files with 338 additions and 33 deletions
@@ -1,6 +1,8 @@
#block-popsu-colloque-submenu{
margin: 3rem auto;
ul{
display: flex;
padding: 0;
li{
margin-right: 1rem;
a{
@@ -11,8 +13,9 @@
background: white;
transition: color 0.3s ease, background 0.3s ease;
&:hover{
text-decoration: none;
color: white;
background: blue;
background: $color2;
transition: all 0.3s ease;
}
}