Revision 91148e7b snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_common.scss
b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_common.scss | ||
---|---|---|
287 | 287 |
z-index:100; |
288 | 288 |
.icons-nav { |
289 | 289 |
position:absolute; |
290 |
left:$header-padding-horizontal - $icons-nav-margin-horizontal;
|
|
290 |
left:$header-padding-horizontal; |
|
291 | 291 |
height:$header-height; |
292 | 292 |
line-height:$header-height; |
293 | 293 |
top:0; |
... | ... | |
508 | 508 |
@include marginPaddingZero(); |
509 | 509 |
li { |
510 | 510 |
display: inline-block; |
511 |
margin:0 $icons-nav-margin-horizontal;
|
|
511 |
margin-right:$icons-nav-margin-horizontal;
|
|
512 | 512 |
font-size: emCalc(26px); |
513 | 513 |
line-height: 1em; |
514 |
padding-bottom:5px; |
|
515 |
width: 30px; |
|
516 |
text-align:center; |
|
517 |
overflow: hidden; |
|
518 | 514 |
a { |
519 | 515 |
color:$black; |
520 | 516 |
&:hover,&.current { |
521 |
// font-size:30px; |
|
522 | 517 |
color:$third-color; |
523 | 518 |
} |
524 | 519 |
} |
Also available in: Unified diff