SPR-742: Konfigurierbarkeit link, nav-dirct
This commit is contained in:
parent
60020ac79d
commit
c5ddaf094e
3 changed files with 15 additions and 18 deletions
|
@ -4,8 +4,9 @@
|
|||
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
||||
*/
|
||||
|
||||
|
||||
.nav-direct {
|
||||
background-color: __nav_direct_background__;
|
||||
background-color: @nav_direct_background;
|
||||
margin-top: -1px;
|
||||
|
||||
p {
|
||||
|
@ -24,9 +25,9 @@
|
|||
box-shadow: __box_shadow__;
|
||||
display: block;
|
||||
width: 100%;
|
||||
background-color: __nav_direct_background__;
|
||||
background-color: @nav_direct_background;
|
||||
border-bottom: 1px solid __shadow_color__;
|
||||
color: __nav_direct_color__;
|
||||
color: @nav_direct_color;
|
||||
line-height: @line-height-default;
|
||||
text-decoration: none;
|
||||
padding: 1em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue