togglelink für content
This commit is contained in:
parent
ca5760c2ba
commit
5584fcd5ad
1 changed files with 22 additions and 17 deletions
|
@ -15,11 +15,14 @@
|
||||||
left: -2rem;
|
left: -2rem;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
|
a {
|
||||||
|
display: block;
|
||||||
width: 2rem;
|
width: 2rem;
|
||||||
height: 3.1rem;
|
height: 3.1rem;
|
||||||
background-color: #F6F6F6;
|
background-color: #F6F6F6;
|
||||||
border: solid 1px @color-border;
|
border: solid 1px @color-border;
|
||||||
border-radius: 2px 0 0 2px;
|
border-radius: 2px 0 0 2px;
|
||||||
|
text-decoration: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: .9em;
|
padding-top: .9em;
|
||||||
transition: @transition color, @transition background-color, @transition border-color;
|
transition: @transition color, @transition background-color, @transition border-color;
|
||||||
|
@ -34,6 +37,8 @@
|
||||||
|
|
||||||
* {
|
* {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue