New_design: add design switch button

This commit is contained in:
Simon Lehericey 2017-08-28 17:54:48 +02:00 committed by Mathieu Magnin
parent 3d3a7ce3e2
commit b8a75621e3
4 changed files with 26 additions and 1 deletions

View file

@ -28,6 +28,7 @@
.header-tabs {
li {
display: inline-block;
padding: $default-padding;
}
a {
@ -39,6 +40,10 @@
color: $blue;
border-bottom: 2px solid $blue;
}
&:not(.active):hover {
background-color: $light-grey;
}
}
}