Zurb Foundation调整顶杆下拉高度

时间:2015-05-01 13:24:00

标签: css3 sass zurb-foundation zurb-foundation-5

我已将_topbar.scss中顶部栏的高度调整为76,但这似乎也影响了下拉列表

// Height and margin
$topbar-height: rem-calc(76) !default;

我已将430左右更改为以下内容,这会降低下拉菜单的高度,但会将菜单上的上边距推出

      // Styling elements inside of dropdowns
  .dropdown {
    padding: 0;
    position: absolute;
    #{$default-float}: 100%;
    top: 0;
    z-index: 99;
    @include topbar-hide-dropdown();

    li {
      width: 100%;
      height: $topbar-height/2;

      a {
        font-weight: $topbar-dropdown-link-weight;
        padding: 8px $topbar-link-padding;
        &.parent-link {
          font-weight: $topbar-link-weight;
        }
      }

enter image description here

0 个答案:

没有答案