New_design: add design switch button
This commit is contained in:
parent
3d3a7ce3e2
commit
b8a75621e3
4 changed files with 26 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue